mirror of https://github.com/odrling/Aegisub
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.
This commit is contained in:
parent
3c1b52eb69
commit
bdbb8cc4ce
|
@ -1,3 +1,5 @@
|
||||||
|
#ifndef WX_PRE
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
||||||
// Windows specific settings
|
// Windows specific settings
|
||||||
|
@ -13,3 +15,4 @@
|
||||||
|
|
||||||
#endif // __WINDOWS__
|
#endif // __WINDOWS__
|
||||||
|
|
||||||
|
#endif // WX_PRE
|
||||||
|
|
Loading…
Reference in New Issue