changeset 3062:60f6b970d57b draft

(svn r3651) -Fix: r3646 fixed some lame compiler, but broke others... this fixes it for some more compilers
author truelight <truelight@openttd.org>
date Tue, 21 Feb 2006 19:42:42 +0000
parents 6c54002c8ce6
children 834034684d6c
files ottdres.rc
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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