summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 644bd62c9..82fb48551 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,9 +1,15 @@
2003-08-10 Danny Smith <dannysmith@users.sourceforge.net>
+ * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
+ CGID_ShellServiceObject): Remove definitions.
+ * lib/shell32.c (CGID_ShellServiceObject): Add definition.
+
+2003-08-10 Danny Smith <dannysmith@users.sourceforge.net>
+
* include/shlobj.h (SHELLSTATE): Add structure.
(SHGetSetSettings): Add prototype.
(SHGetSettings): Add prototype.
- * lib/user32.def (SHGetSetSettings): Add stub.
+ * lib/shell32.def (SHGetSetSettings): Add stub.
2003-08-10 Phil Krylov <likewolf@users.sourceforge.net>