]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix from Mumit Khan to allow mingw DLL compilation, v.2 :-)
authorGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 10 Mar 2000 07:32:25 +0000 (07:32 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 10 Mar 2000 07:32:25 +0000 (07:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/app.h

index cb327df858f62151cb28d2c11b1b3bdad462692e..ab9e88a562958d79a0e0a42e915ba7e5841edba3 100644 (file)
@@ -384,7 +384,7 @@ public:
     // this includes <windows.h> 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 <windows.h>
         #include "wx/msw/winundef.h"