* include/winuser.h: (IDC_HAND) New resource identifier.

Thanks to: Mark Jordon <mark_jordan@ieee.org>
This commit is contained in:
Earnie Boyd
2001-01-30 14:59:29 +00:00
parent 04f79a1ca8
commit aaee3363f6
2 changed files with 7 additions and 1 deletions

View File

@ -553,6 +553,7 @@ extern "C" {
#define IDC_SIZENS MAKEINTRESOURCE(32645)
#define IDC_SIZEALL MAKEINTRESOURCE(32646)
#define IDC_NO MAKEINTRESOURCE(32648)
#define IDC_HAND MAKEINTRESOURCE(32649)
#define IDC_APPSTARTING MAKEINTRESOURCE(32650)
#define IDC_HELP MAKEINTRESOURCE(32651)
#define IDC_ICON MAKEINTRESOURCE(32641)