# HG changeset patch # User belugas # Date 2008-03-07 02:40:10 # Node ID e185512fc805450656e94b03d089236dfba05986 # Parent 5100e8e08d0d348c4cbb70e2ae946ed110678e5d (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. diff --git a/src/ottdres.rc.in b/src/ottdres.rc.in --- 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 /////////////////////////////////////////////////////////////////////////////