forked from mia/Aegisub
Move #include "config.h" to before #define WX_PRE so that it does gets included at some point.
Originally committed to SVN as r3508.
This commit is contained in:
parent
e0cc5fc038
commit
132d8ba3ac
1 changed files with 2 additions and 2 deletions
|
@ -45,6 +45,8 @@
|
|||
// C++ only
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include "config.h"
|
||||
|
||||
/////////
|
||||
// Setup
|
||||
#ifdef _CRT_SECURE_NO_WARNINGS
|
||||
|
@ -55,8 +57,6 @@
|
|||
#define WIN32_LEAN_AND_MEAN
|
||||
#define WX_PRE
|
||||
|
||||
#include "config.h"
|
||||
|
||||
///////////////
|
||||
// STD headers
|
||||
#include <vector>
|
||||
|
|
Loading…
Reference in a new issue