]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/printdlg.cpp
fixed wrong arguments to Draw
[wxWidgets.git] / src / msw / printdlg.cpp
index 712b0d374a9466a0045d7040c67b87fe126684fa..1abcb390c860342cd5e569397daa0466e094b836 100644 (file)
@@ -5,8 +5,8 @@
 // Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:     wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ===========================================================================
@@ -17,7 +17,7 @@
 // headers
 // ---------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "printdlg.h"
 #endif