git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6585
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// 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
// 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
+ #if defined(__GNUWIN32__)
#include <windows.h>
#include "wx/msw/winundef.h"
#include <windows.h>
#include "wx/msw/winundef.h"