mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* lib/shell32.def (SHGetFolderPath[AW]): Add comment.
* lib/shfolder.def: New file.
This commit is contained in:
parent
fbf3d133ce
commit
0812076923
@ -1,3 +1,8 @@
|
||||
2002-09-16 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* lib/shell32.def (SHGetFolderPath[AW]): Add comment.
|
||||
* lib/shfolder.def: New file.
|
||||
|
||||
2002-09-12 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/winsock.h (timeval): Guard struct and associated
|
||||
|
@ -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
|
||||
|
4
winsup/w32api/lib/shfolder.def
Normal file
4
winsup/w32api/lib/shfolder.def
Normal file
@ -0,0 +1,4 @@
|
||||
LIBRARY "SHFOLDER.DLL"
|
||||
EXPORTS
|
||||
SHGetFolderPathA@20
|
||||
SHGetFolderPathW@20
|
Loading…
x
Reference in New Issue
Block a user