]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing NO_GCC_PRAGMA check.
authorMattia Barbon <mbarbon@cpan.org>
Sun, 2 May 2004 08:06:45 +0000 (08:06 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 2 May 2004 08:06:45 +0000 (08:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/mimetype.h

index df39b8b8e61210bca796c145a97794e4237e31a9..041ddcfd585c0b7ba5b4ea66ce2961c142f8e587 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _MIMETYPE_IMPL_H
 #define _MIMETYPE_IMPL_H
 
-#ifdef    __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "mimetype.h"
 #endif