Work on compiling on mingw

This commit is contained in:
Lymia Aluysia
2017-01-18 04:56:16 -06:00
parent cc76e26495
commit 8c960f0c34
8 changed files with 47 additions and 42 deletions
+5
View File
@@ -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>