]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialog.h
always declare wxAppInitializerFunction() as returning wxApp, whether we use gcc...
[wxWidgets.git] / include / wx / dialog.h
index 7146986a5e6c62b2f0cc6fd73f7501d905772e70..c883f1cc21771fc25b0fc395e38ea72b1daf12c6 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_DIALOG_H_BASE_
 #define _WX_DIALOG_H_BASE_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "dialogbase.h"
 #endif