(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.
replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
belugas 16 years ago
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…
Cancel
Save