xref: /reactos/sdk/include/psdk/afxres.h (revision 1734f297)
1 #ifndef _AFXRES_H
2 #define _AFXRES_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #ifndef _WINDOWS_H
9 #include <windows.h>
10 #endif
11 
12 /* IDC_STATIC is documented in winuser.h, but not defined. */
13 #ifndef IDC_STATIC
14 #define IDC_STATIC (-1)
15 #endif
16 
17 #ifdef __cplusplus
18 }
19 #endif
20 #endif
21