* 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

@ -1,4 +1,9 @@
Tue Jan 30 09:56:50 2001 Earnie Boyd <earnie@users.sourceforge.net>
* include/winuser.h: (IDC_HAND) New resource identifier.
Thanks to: Mark Jordon <mark_jordan@ieee.org>
Tue Jan 30 09:35:30 2001 Earnie Boyd <earnie@users.sourceforge.net>
* include/iptypes.h: Include <sys/types.h> for time_t declaration.
@ -6,7 +11,7 @@ Tue Jan 30 09:35:30 2001 Earnie Boyd <earnie@users.sourceforge.net>
Tue Jan 30 08:30:33 2001 Earnie Boyd <earnie@users.sourceforge.net>
* objidl.h: (GetClassID): Argument needs to be a pointer.
* include/objidl.h: (GetClassID): Argument needs to be a pointer.
(GetUnmarshalClass): CLSID argument needs to be a pointer.
Thanks To: <bge@users.sourceforge.net>

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)