afxres.h 324 B

1234567891011121314151617181920212223
  1. #ifndef _AFXRES_H
  2. #define _AFXRES_H
  3. #if __GNUC__ >= 3
  4. #pragma GCC system_header
  5. #endif
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. #ifndef _WINDOWS_H
  10. #include <windows.h>
  11. #endif
  12. /* IDC_STATIC is documented in winuser.h, but not defined. */
  13. #ifndef IDC_STATIC
  14. #define IDC_STATIC (-1)
  15. #endif
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19. #endif