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