mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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
|
||||
|
||||
// Windows specific settings
|
||||
@ -13,3 +15,4 @@
|
||||
|
||||
#endif // __WINDOWS__
|
||||
|
||||
#endif // WX_PRE
|
||||
|
Loading…
x
Reference in New Issue
Block a user