mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
8 lines
96 B
C
8 lines
96 B
C
|
#include "winresrc.h"
|
||
|
|
||
|
#ifdef IDC_STATIC
|
||
|
#undef IDC_STATIC
|
||
|
#endif
|
||
|
#define IDC_STATIC (-1)
|
||
|
|