Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2001-01-30 17:59:29 +0300
committerEarnie Boyd <earnie@users.sf.net>2001-01-30 17:59:29 +0300
commitaaee3363f6eaf492d5b8dd19f9256ad2f4c2d8dd (patch)
tree687fac33c6475bf6a5df9c825d19989aca916694 /winsup/w32api
parent04f79a1ca8ed51cb2cd0e1bc56f876ab89040613 (diff)
* include/winuser.h: (IDC_HAND) New resource identifier.
Thanks to: Mark Jordon <mark_jordan@ieee.org>
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog7
-rw-r--r--winsup/w32api/include/winuser.h1
2 files changed, 7 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index e25bc46fd..291a8bb5d 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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>
diff --git a/winsup/w32api/include/winuser.h b/winsup/w32api/include/winuser.h
index 30ca13aa4..f2f47dd4c 100644
--- a/winsup/w32api/include/winuser.h
+++ b/winsup/w32api/include/winuser.h
@@ -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)