From: Guillermo Rodriguez Garcia Date: Fri, 10 Mar 2000 07:32:25 +0000 (+0000) Subject: Fix from Mumit Khan to allow mingw DLL compilation, v.2 :-) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9bdc99bec2745443baa3acc333d29a59d5727c1d?hp=af7b970e76b9886838401933a869423f0a7216a2 Fix from Mumit Khan to allow mingw DLL compilation, v.2 :-) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/app.h b/include/wx/app.h index cb327df858..ab9e88a562 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -384,7 +384,7 @@ public: // this includes which is a bad thing because it prevents // wxWindows to work with MFC, so for now I'm making this change for // mingw/cygwin only (these don't work with MFC yet). GRG Mar/2000 - #ifdef(__GNUWIN32__) + #if defined(__GNUWIN32__) #include #include "wx/msw/winundef.h"