Attempt at getting mingw32 working again... still doesn't work
I wonder when the last time it did work git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,8 +27,19 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#include "wx/window.h"
|
||||
#include "wx/msw/private.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/wx.h"
|
||||
#include "wx/settings.h"
|
||||
#endif
|
||||
|
||||
// Mingw32 is a bit mental even though this is done in winundef
|
||||
#ifdef GetFirstChild
|
||||
#undef GetFirstChild
|
||||
#endif
|
||||
#ifdef GetNextSibling
|
||||
#undef GetNextSibling
|
||||
#endif
|
||||
|
||||
#if defined(__WIN95__)
|
||||
@@ -38,8 +49,6 @@
|
||||
#include "wx/imaglist.h"
|
||||
#include "wx/msw/treectrl.h"
|
||||
|
||||
#include "wx/msw/private.h"
|
||||
|
||||
#ifdef __GNUWIN32__
|
||||
#include "wx/msw/gnuwin32/extra.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user