Changeset - r8683:e185512fc805
[Not reviewed]
master
0 1 0
belugas - 16 years ago 2008-03-07 02:40:10
belugas@openttd.org
(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.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/ottdres.rc.in
Show inline comments
 
@@ -13,7 +13,7 @@
 
#ifdef MSVC
 
#include "winres.h"
 
#else
 
#include "afxres.h"
 
#define IDC_STATIC              (-1)     // all static controls
 
#endif
 

	
 
/////////////////////////////////////////////////////////////////////////////
0 comments (0 inline, 0 general)