aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api/ChangeLog
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-08-03 09:09:07 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2003-08-03 09:09:07 +0000
commit5060d48ee78cd300072c597c44eb76a33f46e613 (patch)
tree698c3201f0365f7498e7686a9611855bd9878cd0 /winsup/w32api/ChangeLog
parent2a33c5f1ed90279e08a430d934a65bc421a4b761 (diff)
downloadnewlib-5060d48ee78cd300072c597c44eb76a33f46e613.zip
newlib-5060d48ee78cd300072c597c44eb76a33f46e613.tar.gz
newlib-5060d48ee78cd300072c597c44eb76a33f46e613.tar.bz2
* include/shlobj.h (SHELLFLAGSTATE): Add structure.
(SHGetInstanceExplorer): Correct return type. (SHGetFolderPath[AW]: Likewise. Thanks to Magnus Olsen <greatlord@sourceforge.users.net> for report.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index df56d86..c507fa3 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,13 @@
2003-08-01 Danny Smith <dannysmith@users.sourceforge.net>
+ * include/shlobj.h (SHELLFLAGSTATE): Add structure.
+ (SHGetInstanceExplorer): Correct return type.
+ (SHGetFolderPath[AW]): Likewise.
+ Thanks to Magnus Olsen <greatlord@sourceforge.users.net>
+ for report.
+
+2003-08-01 Danny Smith <dannysmith@users.sourceforge.net>
+
* lib/test.c: Include winldap.h, ntldap.h, winber.h.
2003-08-01 Filip Navara <xnavara@volny.cz>