X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/26a87b69a0686db5700ae66e17c64c1bfe14d557..aeaa5b9aad415aebc02de218eb643283ffb55c15:/include/wx/app.h?ds=sidebyside diff --git a/include/wx/app.h b/include/wx/app.h index 4b586b74ad..8d11a5aeb4 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -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