2003-10-11 10:00:38 +02:00
|
|
|
#ifndef _AFXRES_H
|
|
|
|
#define _AFXRES_H
|
2005-01-02 15:11:28 +01:00
|
|
|
#if __GNUC__ >= 3
|
|
|
|
#pragma GCC system_header
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2003-10-11 10:00:38 +02:00
|
|
|
#ifndef _WINDOWS_H
|
2005-01-02 15:11:28 +01:00
|
|
|
#include <windows.h>
|
2003-10-11 10:00:38 +02:00
|
|
|
#endif
|
2005-01-02 15:11:28 +01:00
|
|
|
|
2003-10-11 10:00:38 +02:00
|
|
|
/* IDC_STATIC is documented in winuser.h, but not defined. */
|
2005-01-02 15:11:28 +01:00
|
|
|
#ifndef IDC_STATIC
|
|
|
|
#define IDC_STATIC (-1)
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|