#ifndef _AFXRES_H #define _AFXRES_H #ifdef __cplusplus extern "C" { #endif #ifdef RC_INVOKED #ifndef _INC_WINDOWS #define _INC_WINDOWS #include "winres.h" #endif #endif /* IDC_STATIC is documented in winuser.h, but not defined. */ #ifndef IDC_STATIC #define IDC_STATIC (-1) #endif #ifdef __cplusplus } #endif #endif