diff options
author | Earnie Boyd <earnie@users.sf.net> | 2002-08-14 16:43:40 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2002-08-14 16:43:40 +0000 |
commit | 99a3b239eb0d4b5b72c85e2e7d13d2fae2ed6658 (patch) | |
tree | e231b6672784eedd6814db46b282ad91e721d11a /winsup/w32api/lib | |
parent | c182cc28a5a3c485509db7f9a8d593ec6b2eacf2 (diff) | |
download | cygnal-99a3b239eb0d4b5b72c85e2e7d13d2fae2ed6658.tar.gz cygnal-99a3b239eb0d4b5b72c85e2e7d13d2fae2ed6658.tar.bz2 cygnal-99a3b239eb0d4b5b72c85e2e7d13d2fae2ed6658.zip |
* include/shlobj.h (SHGetFolderPath): Add define.
* lib/shell32.def (SHGetSpecialFolderPath): Add export.
(SHGetFolderPath): Ditto.
Diffstat (limited to 'winsup/w32api/lib')
-rw-r--r-- | winsup/w32api/lib/shell32.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/w32api/lib/shell32.def b/winsup/w32api/lib/shell32.def index 81e02387b..c7e61d414 100644 --- a/winsup/w32api/lib/shell32.def +++ b/winsup/w32api/lib/shell32.def @@ -59,7 +59,11 @@ SheChangeDirExA@4 SheChangeDirA@4 SHLoadInProc@4 SHHelpShortcuts_RunDLL@16 +SHGetFolderPathA@20 +SHGetFolderPathW@20 SHGetSpecialFolderLocation@12 +SHGetSpecialFolderPathA@16 +SHGetSpecialFolderPathW@16 SHGetPathFromIDListW@8 SHGetPathFromIDListA@8 SHGetPathFromIDList@8 |