summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/ChangeLog
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2005-08-12 09:16:18 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2005-08-12 09:16:18 +0000
commit1a2fe82e401cbabb8fe0c8a1cb2fd9ce6639467b (patch)
treead9fcfa2ade44e02339305d9bfa4e05ca1fa2f91 /winsup/w32api/ChangeLog
parentb50ce80887800f24d49bc41e3c6ae23a616451bc (diff)
downloadcygnal-1a2fe82e401cbabb8fe0c8a1cb2fd9ce6639467b.tar.gz
cygnal-1a2fe82e401cbabb8fe0c8a1cb2fd9ce6639467b.tar.bz2
cygnal-1a2fe82e401cbabb8fe0c8a1cb2fd9ce6639467b.zip
* include/ddk/hidsdi.h: New file.
* lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for functions declared in hidsdi.h. Thanks to: Alex J Lennon <ajlennon at organixconsulting dot com>
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 0f3e3ca08..5d82ae21d 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,12 @@
2005-08-12 Danny Smith <dannysmith@users.sourceforge.net>
+ * include/ddk/hidsdi.h: New file.
+ * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
+ functions declared in hidsdi.h.
+ Thanks to: Alex J Lennon <ajlennon at organixconsulting dot com>
+
+2005-08-12 Danny Smith <dannysmith@users.sourceforge.net>
+
* lib/imm32.def (ImmDisableIME): Add stub.
Thanks to: "kidmin" <kidmin at users dot sourceforge dot net>