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:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user