From 82e340c3257672fb3a3f0b833e231dd60850757c Mon Sep 17 00:00:00 2001 From: belugas <belugas@openttd.org> Date: Fri, 7 Mar 2008 02:40:10 +0000 Subject: [PATCH] (svn r12349) -Change[FS#1826]: Remove the need to include the afxres.h header when all that was needed was just the definition if IDC_STATIC. Only valid for MSVC compilers. --- src/ottdres.rc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ottdres.rc.in b/src/ottdres.rc.in index 72e1d813e8..27d79897e5 100644 --- a/src/ottdres.rc.in +++ b/src/ottdres.rc.in @@ -13,7 +13,7 @@ #ifdef MSVC #include "winres.h" #else -#include "afxres.h" +#define IDC_STATIC (-1) // all static controls #endif /////////////////////////////////////////////////////////////////////////////