]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dcprint.cpp
Cured radiobutton non-setting by using BS_AUTORADIOBUTTON; cured gridg.cpp
[wxWidgets.git] / src / msw / dcprint.cpp
index 35c568f7a5a96d7ece34287aa1d07fef8b35f772..3dc7c60567f60187ea8ca2e6f7d5c6e088d0cb47 100644 (file)
@@ -10,7 +10,6 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #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
 
@@ -61,7 +59,7 @@ wxPrinterDC::wxPrinterDC(const wxString& driver_name, const wxString& device_nam
   if (!file.IsNull() && file != "")
     m_filename = file;
 
-#if USE_COMMON_DIALOGS
+#if wxUSE_COMMON_DIALOGS
    if (interactive)
    {
      PRINTDLG pd;