New file. All RC files generated by VC6 include afxres.h which in turn
includes this file.
This commit is contained in:
parent
260f1a1def
commit
cb08c82244
|
@ -0,0 +1,7 @@
|
||||||
|
#include "winresrc.h"
|
||||||
|
|
||||||
|
#ifdef IDC_STATIC
|
||||||
|
#undef IDC_STATIC
|
||||||
|
#endif
|
||||||
|
#define IDC_STATIC (-1)
|
||||||
|
|
Loading…
Reference in New Issue