]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/ogl/ogledit/ogledit.h
disable use of #pragma interface under Mac OS X
[wxWidgets.git] / contrib / samples / ogl / ogledit / ogledit.h
index 62dfb9bced0c8d0800748df81345e423725ea30a..b144f70b0a09a8e342b160c44d8e010624ef2d0c 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 // #pragma interface
 #endif