afxres.h 348 B

1234567891011121314151617181920212223242526
  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. #include "WinResrc.h"
  13. /* IDC_STATIC is documented in winuser.h, but not defined. */
  14. #ifndef IDC_STATIC
  15. #define IDC_STATIC (-1)
  16. #endif
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20. #endif