From 0812076923f58711b8eab2eae0835810eb305d79 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Mon, 16 Sep 2002 10:28:16 +0000 Subject: * lib/shell32.def (SHGetFolderPath[AW]): Add comment. * lib/shfolder.def: New file. --- winsup/w32api/ChangeLog | 5 +++++ winsup/w32api/lib/shell32.def | 4 +++- winsup/w32api/lib/shfolder.def | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 winsup/w32api/lib/shfolder.def (limited to 'winsup/w32api') diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 95f968326..5fbd60cdd 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,8 @@ +2002-09-16 Danny Smith + + * lib/shell32.def (SHGetFolderPath[AW]): Add comment. + * lib/shfolder.def: New file. + 2002-09-12 Danny Smith * include/winsock.h (timeval): Guard struct and associated diff --git a/winsup/w32api/lib/shell32.def b/winsup/w32api/lib/shell32.def index 96bf14dc9..a5cee20fd 100644 --- a/winsup/w32api/lib/shell32.def +++ b/winsup/w32api/lib/shell32.def @@ -59,9 +59,11 @@ SHGetMalloc@4 SHGetInstanceExplorer@4 SHGetIconOverlayIndexW@8 SHGetIconOverlayIndexA@8 -SHGetFolderPathW@20 SHGetFolderPathAndSubDirW@24 SHGetFolderPathAndSubDirA@24 +; SHGetFolder is in shell32.dll on W2K up, +; but in redistributable shfolder.dll for earlier OS versions. +SHGetFolderPathW@20 SHGetFolderPathA@20 SHGetFolderLocation@20 SHGetFileInfoW@20 diff --git a/winsup/w32api/lib/shfolder.def b/winsup/w32api/lib/shfolder.def new file mode 100644 index 000000000..d4f1306f0 --- /dev/null +++ b/winsup/w32api/lib/shfolder.def @@ -0,0 +1,4 @@ +LIBRARY "SHFOLDER.DLL" +EXPORTS +SHGetFolderPathA@20 +SHGetFolderPathW@20 -- cgit v1.2.3