]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
no changes (cvs wierdness...)
[wxWidgets.git] / include / wx / app.h
index 4b586b74ad30337576e0fd7b0db72a6e4b938c21..8d11a5aeb4bd59ded07be269fb91eb09cd166058 100644 (file)
@@ -19,7 +19,7 @@ typedef wxApp* (*wxAppInitializerFunction) (void);
 
 #include "wx/object.h"
 
-#ifdef __GTK
+#ifdef __GTK__
 typedef wxObject* (*wxAppInitializerFunction) (void);  // returning wxApp* won't work with gcc
 #endif