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:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-06-19 16:32:06 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-06-19 16:32:06 +0400
commite1164b684dfb33325f2ecd908fe230ddb19f0736 (patch)
tree35d34a8b7ad3ae665b1956f23da6b7c81c8c2d3e /winsup/w32api/ChangeLog
parent33bd2d12689e93e4db8dad15386cbed14d6347a0 (diff)
2002-06-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
* include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD, INPUT_HARDWARE): Add defines. (HDEVNOTIFY): Add typedef. (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT, tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and typedefs. (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW], GetClassInfoEx[AW],GetKeyboardLayoutList, MessageBoxIndirect[AW],MsgWaitForMultipleObjects, MsgWaitForMultipleObjectsEx, RegisterClass[AW], RegisterClassEx[AW]): Correct prototypes. Remove duplicate ChangeLog entry of 2001-12-07
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog22
1 files changed, 14 insertions, 8 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index eebc19353..a47fe4225 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,19 @@
2002-06-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
+ * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
+ INPUT_HARDWARE): Add defines.
+ (HDEVNOTIFY): Add typedef.
+ (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
+ tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
+ typedefs.
+ (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
+ GetClassInfoEx[AW],GetKeyboardLayoutList,
+ MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
+ MsgWaitForMultipleObjectsEx, RegisterClass[AW],
+ RegisterClassEx[AW]): Correct prototypes.
+
+2002-06-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
+
* include/ddeml.h (DdeCreateStringHandle{AW]:Correct
prototypes.
* include/winsvc.h (StartServiceW): Correct prototype.
@@ -708,14 +722,6 @@
* Makefile.in: Increment VERSION.
* include/w32api.h: Ditto.
-2001-12-07 Danny Smith <dannysmith@users.sourceforge.net>
-
- * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
- SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
- SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
- SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
- SetupDiOpenDevRegKey): Correct function names.
-
2001-12-07 Earnie Boyd <earnie@users.sf.net>
* Makefile.in: Increment VERSION.