From bdbb8cc4ceaab6e2a130e01fb4c72afd78f43d8f Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Thu, 10 Sep 2009 02:42:06 +0000 Subject: [PATCH] Wrap config.h with WX_PRE so it doesn't get included twice. stdwx.h requires it to be included. Originally committed to SVN as r3506. --- aegisub/src/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aegisub/src/config.h b/aegisub/src/config.h index d14c0fabd..fc9cb1990 100644 --- a/aegisub/src/config.h +++ b/aegisub/src/config.h @@ -1,3 +1,5 @@ +#ifndef WX_PRE + #ifdef _WIN32 // Windows specific settings @@ -13,3 +15,4 @@ #endif // __WINDOWS__ +#endif // WX_PRE