summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-02-21 19:42:42 +0000
committertruelight <truelight@openttd.org>2006-02-21 19:42:42 +0000
commit9541bea15baf6223508f554565598b49b10914ae (patch)
treeb332f98c17a49e935f5ca4e4ec909208ac7bf5cc
parent8e6b55c9a09344090a0f00b2d49ca0c8de5dcede (diff)
downloadopenttd-9541bea15baf6223508f554565598b49b10914ae.tar.xz
(svn r3651) -Fix: r3646 fixed some lame compiler, but broke others... this fixes it for some more compilers
-rw-r--r--ottdres.rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ottdres.rc b/ottdres.rc
index 0c79d5917..5b3293482 100644
--- a/ottdres.rc
+++ b/ottdres.rc
@@ -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