summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-03-07 02:40:10 +0000
committerbelugas <belugas@openttd.org>2008-03-07 02:40:10 +0000
commit5d4e98c8001c2957afd3795ba1e6b78d61472764 (patch)
treec571ee0efd48e28d36c600e0ecf27727deef29a5
parentd46ac7843838dd622c21bc40f2c2c6ac8c7424cb (diff)
downloadopenttd-5d4e98c8001c2957afd3795ba1e6b78d61472764.tar.xz
(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.
-rw-r--r--src/ottdres.rc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ottdres.rc.in b/src/ottdres.rc.in
index 72e1d813e..27d79897e 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
/////////////////////////////////////////////////////////////////////////////