]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't use pragma interface/implemenation for __APPLE__
authorDavid Elliott <dfe@tgwbd.org>
Mon, 28 Jul 2003 17:56:33 +0000 (17:56 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 28 Jul 2003 17:56:33 +0000 (17:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/dialogs/dialogs.cpp
samples/grid/griddemo.cpp

index 5f20469d3ae498b3767230310d992d43d737ffd7..e7ece7462392d3402f8da6efb972b5331e065258 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma implementation
 #pragma interface
 #endif
index 31ff32bb5c74207d5be9377478ecd4f01fd4b790..8fe0da43d6b50d0245b3805c4e86f6cef267d4d9 100644 (file)
@@ -16,7 +16,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma implementation
     #pragma interface
 #endif