/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
-#pragma implementation
#pragma implementation "dcprint.h"
#endif
#include "wx/dcprint.h"
#include "math.h"
-#include "fstream.h"
#include <windows.h>
-#if USE_COMMON_DIALOGS
+#if wxUSE_COMMON_DIALOGS
#include <commdlg.h>
#endif
if (!file.IsNull() && file != "")
m_filename = file;
-#if USE_COMMON_DIALOGS
+#if wxUSE_COMMON_DIALOGS
if (interactive)
{
PRINTDLG pd;