]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/snglinst.cpp
Fixed one of the two MDI problems...see comments
[wxWidgets.git] / src / msw / snglinst.cpp
index 1593db966209f2083dd4bcc5a6691dc97c9969c2..b3f621b44d269d339b3c0de41ed026d2f9e49f1e 100644 (file)
@@ -7,7 +7,7 @@
 // Created:     08.06.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// License:     wxWindows license
+// License:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -18,7 +18,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "snglinst.h"
 #endif