]> git.saurik.com Git - wxWidgets.git/commitdiff
More wxMac compilation fixes.
authorMattia Barbon <mbarbon@cpan.org>
Wed, 1 Oct 2003 16:43:17 +0000 (16:43 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Wed, 1 Oct 2003 16:43:17 +0000 (16:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/emulator/src/emulator.cpp
utils/emulator/src/emulator.h

index f7eb9459aad594d578cede8b1b325d8e7d3e5d8d..15c5ee95d4a54dd7a0901572561364185711d704 100644 (file)
@@ -13,7 +13,7 @@
 // declarations
 // ============================================================================
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "emulator.h"
 #endif
 
index 5e14259c65d8d95d29b286ec496dd8c6b589e46b..f24bf66f21d3d013becd19b84ffe0b2f454ee229 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_EMULATOR_H_
 #define _WX_EMULATOR_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "emulator.h"
 #endif