Allow building wxGTK under Windows with MSVC.
Replace a few more __WXMSW__ tests with __WINDOWS__ ones and modify bakefiles to allow specifying the toolkit to be built in wxMSW makefiles. Closes #13902. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -40,11 +40,13 @@
|
||||
#include "wx/chartype.h"
|
||||
|
||||
// include standard Windows headers
|
||||
#if defined(__WXMSW__)
|
||||
#if defined(__WINDOWS__)
|
||||
#include "wx/msw/wrapwin.h"
|
||||
#include "wx/msw/private.h"
|
||||
#endif
|
||||
#if defined(__WXMSW__)
|
||||
#include "wx/msw/wrapcctl.h"
|
||||
#include "wx/msw/wrapcdlg.h"
|
||||
#include "wx/msw/private.h"
|
||||
#include "wx/msw/missing.h"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user