mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
Work on compiling on mingw
This commit is contained in:
@@ -31,6 +31,11 @@
|
||||
#include <wx/datetime.h>
|
||||
#include <wx/regex.h> // TODO : remove, see regex.hpp
|
||||
|
||||
#if defined(__WXMSW__) && defined(__GNUC__)
|
||||
// MSW uses the RGB define, fix it before it's undefined
|
||||
#include <wx/msw/private.h>
|
||||
#endif
|
||||
|
||||
// Std headers
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
Reference in New Issue
Block a user