Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
241 B

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