2025-04-27 07:49:33 -04:00

11 lines
251 B
C

//
// notdefined.h
//
// This is temporal header file. We should use it until we will switch
// to latest version of MFC
// From WinUser.h
#if(WINVER < 0x0500)
#define IDC_HAND MAKEINTRESOURCE(32649)
#endif /* WINVER < 0x0500 */