RESHEAD.H

#ifdef APSTUDIO_INVOKED// Built from inside VC 
#include "afxres.h"

#else// Built from the command-line (some command-lines don't have MFC headers)

#undef RC_INVOKED
#define RC_INVOKED

#undef IDC_STATIC
#define IDC_STATIC-1

#include "windows.h"
#include "commctrl.h"

#endif