From 12290369e2d1012fdf046be447e01cdb283bf2c5 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Tue, 21 Feb 2006 15:57:09 +0000 Subject: [PATCH] (svn r3646) - We are not using MFC so don't use afxres but winres. This solves the compilation problem if MFC is not installed with the compiler IDE (VS6 for example) --- ottdres.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ottdres.rc b/ottdres.rc index d9f1f12835..0c79d59172 100644 --- a/ottdres.rc +++ b/ottdres.rc @@ -9,7 +9,7 @@ #define APSTUDIO_HIDDEN_SYMBOLS #include "windows.h" #undef APSTUDIO_HIDDEN_SYMBOLS -#include "afxres.h" +#include "winres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS