mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r3651) -Fix: r3646 fixed some lame compiler, but broke others... this fixes it for some more compilers
This commit is contained in:
parent
8e6b55c9a0
commit
9541bea15b
@ -9,7 +9,11 @@
|
||||
#define APSTUDIO_HIDDEN_SYMBOLS
|
||||
#include "windows.h"
|
||||
#undef APSTUDIO_HIDDEN_SYMBOLS
|
||||
#ifdef MSVC
|
||||
#include "winres.h"
|
||||
#else
|
||||
#include "afxres.h"
|
||||
#endif
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
Loading…
Reference in New Issue
Block a user