mirror of https://github.com/odrling/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
|
@ -45,6 +45,8 @@
|
||||||
// C++ only
|
// C++ only
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
/////////
|
/////////
|
||||||
// Setup
|
// Setup
|
||||||
#ifdef _CRT_SECURE_NO_WARNINGS
|
#ifdef _CRT_SECURE_NO_WARNINGS
|
||||||
|
@ -55,8 +57,6 @@
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#define WX_PRE
|
#define WX_PRE
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
///////////////
|
///////////////
|
||||||
// STD headers
|
// STD headers
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
Loading…
Reference in New Issue