]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/dialogs.h
moved arrays tests to testsuite (patch 927475)
[wxWidgets.git] / demos / life / dialogs.h
index e41e45953c65d3e97368a81ecb5b09bf87a69c52..f5ebd0a32c29b6b77c21269dd604bac2667e4326 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _LIFE_DIALOGS_H_
 #define _LIFE_DIALOGS_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "dialogs.h"
 #endif