From: Vadim Zeitlin Date: Tue, 26 May 1998 14:58:05 +0000 (+0000) Subject: mistype: #ifdef __GTK corrected (#ifdef __GTK__ now) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/824e935add7ce89702fba506e4aa4609f9775483 mistype: #ifdef __GTK corrected (#ifdef __GTK__ now) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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