]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/spinbutt.h
Lots of OS/2 Updates mirroring msw updates
[wxWidgets.git] / include / wx / spinbutt.h
index 7e1cddfe98321300f28257dd7a7c7ba2bc7a08f8..5f8026b48896ab8d8774d73951f9ac1d548bd998 100644 (file)
@@ -13,9 +13,9 @@
 #define _WX_SPINBUTT_H_BASE_
 
 #ifdef __GNUG__
-    #ifndef __WXMOTIF__ // because there is no matching .cpp for Motif
+    #if !defined(__WXMOTIF__) && !defined(__WXMAC__) // because there is no matching .cpp
         #pragma interface "spinbutbase.h"
-    #endif // Motif
+    #endif
 #endif
 
 // ----------------------------------------------------------------------------