|
Last change
on this file since 1114 was 1046, checked in by alloc, 9 years ago |
|
Daodan: Added Windows MinGW and build batch file
|
|
File size:
324 bytes
|
| Rev | Line | |
|---|
| [1046] | 1 | #ifndef _AFXRES_H
|
|---|
| 2 | #define _AFXRES_H
|
|---|
| 3 | #if __GNUC__ >= 3
|
|---|
| 4 | #pragma GCC system_header
|
|---|
| 5 | #endif
|
|---|
| 6 |
|
|---|
| 7 | #ifdef __cplusplus
|
|---|
| 8 | extern "C" {
|
|---|
| 9 | #endif
|
|---|
| 10 |
|
|---|
| 11 | #ifndef _WINDOWS_H
|
|---|
| 12 | #include <windows.h>
|
|---|
| 13 | #endif
|
|---|
| 14 |
|
|---|
| 15 | /* IDC_STATIC is documented in winuser.h, but not defined. */
|
|---|
| 16 | #ifndef IDC_STATIC
|
|---|
| 17 | #define IDC_STATIC (-1)
|
|---|
| 18 | #endif
|
|---|
| 19 |
|
|---|
| 20 | #ifdef __cplusplus
|
|---|
| 21 | }
|
|---|
| 22 | #endif
|
|---|
| 23 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.