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:
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 46a1d3291..bc9d87317 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+
+ * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
+ PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Ditto.
+ * lib/shell32.def (PathResolve): Define.
+
2006-02-06 Christopher Faylor <cgf@timesys.com>
* include/shlobj.h (PathResolve): Fix typo.
@@ -5,6 +11,9 @@
2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/shlobj.h (PathResolve): Define.
+ (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
+ PRF_DONTFINDLNK): Ditto.
+ * lib/shell32.def (PathResolve): Define.
2006-02-04 Ron Lee <ronl@users.sourceforge.net>