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:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-09-17 07:08:11 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-09-17 07:08:11 +0400
commitcbb704cf60ce9b25918b4481e72aef1b0fc12356 (patch)
tree2f66b680b174c4cbc31a76ac5a0f0012f6a76d06 /winsup/w32api/ChangeLog
parent9211a1adeca1e408048bcbfe935079ff69b3fe63 (diff)
* include/shlobj.h (SHGetSpecialFolderPath[AW]): Add _WIN32_IE guard.
Correct prototype for wide version. (SHGetFolderPath): Add comment on shfolder.dll library. (SHGetFolderLocation): Add prototyope for WinME and W2K. (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
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 5fbd60cdd..99a31a6bd 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,11 @@
+2002-09-17 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/shlobj.h (SHGetSpecialFolderPath[AW]):
+ Add _WIN32_IE guard. Correct prototype for wide version.
+ (SHGetFolderPath): Add comment on shfolder.dll.
+ (SHGetFolderLocation): Add prototyope for WinME and W2K.
+ (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
+
2002-09-16 Danny Smith <dannysmith@users.sourceforge.net>
* lib/shell32.def (SHGetFolderPath[AW]): Add comment.