11 lines
241 B
C
11 lines
241 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 */
|