From 0340a1442658a31afd5b42e154ab5b48be3c488d Mon Sep 17 00:00:00 2001 From: truelight Date: Tue, 21 Feb 2006 19:42:42 +0000 Subject: [PATCH] (svn r3651) -Fix: r3646 fixed some lame compiler, but broke others... this fixes it for some more compilers --- ottdres.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ottdres.rc b/ottdres.rc index 0c79d59172..5b32934820 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