mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-01 20:03:26 +00:00
(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.
This commit is contained in:
parent
2c74f39273
commit
82e340c325
@ -13,7 +13,7 @@
|
||||
#ifdef MSVC
|
||||
#include "winres.h"
|
||||
#else
|
||||
#include "afxres.h"
|
||||
#define IDC_STATIC (-1) // all static controls
|
||||
#endif
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user