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:
Amar Takhar 2009-09-10 02:42:06 +00:00
parent 3c1b52eb69
commit bdbb8cc4ce
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#ifndef WX_PRE
#ifdef _WIN32
// Windows specific settings
@ -13,3 +15,4 @@
#endif // __WINDOWS__
#endif // WX_PRE