From 132d8ba3ac93c322c0f922e2dc46dd54ec334485 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 10 Sep 2009 03:14:09 +0000 Subject: [PATCH] Move #include "config.h" to before #define WX_PRE so that it does gets included at some point. Originally committed to SVN as r3508. --- aegisub/src/stdwx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aegisub/src/stdwx.h b/aegisub/src/stdwx.h index 32a2772e6..1c066a5d8 100644 --- a/aegisub/src/stdwx.h +++ b/aegisub/src/stdwx.h @@ -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