(svn r3651) -Fix: r3646 fixed some lame compiler, but broke others... this fixes it for some more compilers
authortruelight
Tue, 21 Feb 2006 19:42:42 +0000
changeset 3062 8f527999029c
parent 3061 f815c64e85fc
child 3063 794656a0856e
(svn r3651) -Fix: r3646 fixed some lame compiler, but broke others... this fixes it for some more compilers
ottdres.rc
--- a/ottdres.rc	Tue Feb 21 18:15:59 2006 +0000
+++ b/ottdres.rc	Tue Feb 21 19:42:42 2006 +0000
@@ -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