]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mimetype.cpp
Compilation fixes.
[wxWidgets.git] / src / msw / mimetype.cpp
index 7c9e20489ff755baf0ec48eed00d1d8ce2a260b5..c4e8974a98f5f1f1145f5b0172167b32d8b026eb 100644 (file)
@@ -6,10 +6,10 @@
 // Created:     23.09.98
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWidgets licence (part of wxExtra library)
+// Licence:     wxWindows licence (part of wxExtra library)
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef    __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "mimetype.h"
 #endif