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
This commit is contained in:
Guillermo Rodriguez Garcia
2000-03-10 07:32:25 +00:00
parent af7b970e76
commit 9bdc99bec2

View File

@@ -384,7 +384,7 @@ public:
// this includes <windows.h> which is a bad thing because it prevents // 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 // 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 // mingw/cygwin only (these don't work with MFC yet). GRG Mar/2000
#ifdef(__GNUWIN32__) #if defined(__GNUWIN32__)
#include <windows.h> #include <windows.h>
#include "wx/msw/winundef.h" #include "wx/msw/winundef.h"