summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 4dd53bbf9..b2cc332ce 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,4 +1,29 @@
+2001-04-08 Earnie Boyd <earnie@users.sourceforge.net>
+
+ * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
+ * include/winbase.h: (GetFileAttributesExW): Fix typo.
+ * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
+ (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
+ Thanks To: Kent Tamura <tkent@users.sourceforge.net>
+
+ * include/winnt.h: (GetFiberData): Add __inline assembler coding.
+ (GetCurrentFiber): Ditto.
+ Thanks to: Andy Younger <AndyY@redlemon.com>
+
+ * include/windef.h: (HMONITOR_DECLARED): New definition to stop
+ DirectX 8 from complaining.
+ Thanks to: Sigbjørn Lund Olsen <mosikos@online.no>
+
+2001-04-08 Michael Soderstrom <ichaelsoderstro@hotmail.com>
+
+ * include/commctrl.h Updated TreeView and ListView defines and macros.
+
+2001-04-08 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
+ and above.
+
2001-03-30 Earnie Boyd <earnie@users.sourceforge.net>
* include/winuser.h (VK_KANA): New definition.
Thanks to: "Harold Hunt" <huntharo@msu.edu>