* 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>
|
2002-09-12 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/winsock.h (timeval): Guard struct and associated
|
* include/winsock.h (timeval): Guard struct and associated
|
||||||
|
|
|
@ -59,9 +59,11 @@ SHGetMalloc@4
|
||||||
SHGetInstanceExplorer@4
|
SHGetInstanceExplorer@4
|
||||||
SHGetIconOverlayIndexW@8
|
SHGetIconOverlayIndexW@8
|
||||||
SHGetIconOverlayIndexA@8
|
SHGetIconOverlayIndexA@8
|
||||||
SHGetFolderPathW@20
|
|
||||||
SHGetFolderPathAndSubDirW@24
|
SHGetFolderPathAndSubDirW@24
|
||||||
SHGetFolderPathAndSubDirA@24
|
SHGetFolderPathAndSubDirA@24
|
||||||
|
; SHGetFolder is in shell32.dll on W2K up,
|
||||||
|
; but in redistributable shfolder.dll for earlier OS versions.
|
||||||
|
SHGetFolderPathW@20
|
||||||
SHGetFolderPathA@20
|
SHGetFolderPathA@20
|
||||||
SHGetFolderLocation@20
|
SHGetFolderLocation@20
|
||||||
SHGetFileInfoW@20
|
SHGetFileInfoW@20
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
LIBRARY "SHFOLDER.DLL"
|
||||||
|
EXPORTS
|
||||||
|
SHGetFolderPathA@20
|
||||||
|
SHGetFolderPathW@20
|
Loading…
Reference in New Issue