]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dcprint.h
fixed Cygwin compilation (there's no _get_osfhandle)
[wxWidgets.git] / include / wx / motif / dcprint.h
index 466a0f8d95eb0da8d706e9a4afc245be180d4ff7..7a8fcc113a1391eddbc0d670aa71b8c00da65d9c 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_DCPRINT_H_
 #define _WX_DCPRINT_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "dcprint.h"
 #endif
 
@@ -24,7 +24,7 @@ public:
     DECLARE_CLASS(wxPrinterDC)
         
     // Create a printer DC
-    wxPrinterDC(const wxString& driver, const wxString& device, const wxString& output, bool interactive = TRUE, int orientation = wxPORTRAIT);
+    wxPrinterDC(const wxString& driver, const wxString& device, const wxString& output, bool interactive = true, int orientation = wxPORTRAIT);
     
     ~wxPrinterDC();
 };