mirror of https://github.com/OpenTTD/OpenTTD
(svn r3651) -Fix: r3646 fixed some lame compiler, but broke others... this fixes it for some more compilers
parent
5389e0e6d6
commit
0340a14426
|
@ -9,7 +9,11 @@
|
||||||
#define APSTUDIO_HIDDEN_SYMBOLS
|
#define APSTUDIO_HIDDEN_SYMBOLS
|
||||||
#include "windows.h"
|
#include "windows.h"
|
||||||
#undef APSTUDIO_HIDDEN_SYMBOLS
|
#undef APSTUDIO_HIDDEN_SYMBOLS
|
||||||
|
#ifdef MSVC
|
||||||
#include "winres.h"
|
#include "winres.h"
|
||||||
|
#else
|
||||||
|
#include "afxres.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
#undef APSTUDIO_READONLY_SYMBOLS
|
#undef APSTUDIO_READONLY_SYMBOLS
|
||||||
|
|
Loading…
Reference in New Issue