]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ffile.cpp
fix for d_mars 8.35
[wxWidgets.git] / src / common / ffile.cpp
index b0ea50034ee92015baf691ffd5d46f9cc8f9e886..95105fbfedea2ebc60f4b60c317bdf2a54b1e84b 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     14.07.99
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "ffile.h"
 #endif