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
commit0340a1442658a31afd5b42e154ab5b48be3c488d (patch)
treeb332f98c17a49e935f5ca4e4ec909208ac7bf5cc
parent5389e0e6d68a3956830a92db4f8379211c4f1034 (diff)
downloadopenttd-0340a1442658a31afd5b42e154ab5b48be3c488d.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