mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* include/shlobj.h (SHGetFolderPath): Add define.
* lib/shell32.def (SHGetSpecialFolderPath): Add export. (SHGetFolderPath): Ditto.
This commit is contained in:
parent
c182cc28a5
commit
99a3b239eb
@ -1,3 +1,9 @@
|
||||
2002-08-14 Earnie Boyd <earnie@users.sf.net>
|
||||
|
||||
* include/shlobj.h (SHGetFolderPath): Add define.
|
||||
* lib/shell32.def (SHGetSpecialFolderPath): Add export.
|
||||
(SHGetFolderPath): Ditto.
|
||||
|
||||
2002-08-13 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/commdlg.h: Don't include COM headers or use
|
||||
|
@ -743,6 +743,8 @@ HRESULT WINAPI SHLoadInProc(REFCLSID);
|
||||
/* FIXME/TODO: Only valid for _WIN32_IE >= 400? */
|
||||
BOOL WINAPI SHGetSpecialFolderPathA(HWND,LPSTR,int,BOOL);
|
||||
BOOL WINAPI SHGetSpecialFolderPathW(HWND,LPSTR,int,BOOL);
|
||||
BOOL WINAPI SHGetFolderPathA(HWND,int,HANDLE,DWORD,LPTSTR);
|
||||
BOOL WINAPI SHGetFolderPathW(HWND,int,HANDLE,DWORD,LPTSTR);
|
||||
|
||||
#ifdef UNICODE
|
||||
typedef IShellExecuteHookW IShellExecuteHook;
|
||||
@ -753,6 +755,7 @@ typedef BROWSEINFOW BROWSEINFO,*PBROWSEINFO,*LPBROWSEINFO;
|
||||
#define SHGetPathFromIDList SHGetPathFromIDListW
|
||||
/* FIXME/TODO: Only valid for _WIN32_IE >= 400? */
|
||||
#define SHGetSpecialFolderPath SHGetSpecialFolderPathW
|
||||
#define SHGetFolderPath SHGetFolderPathW
|
||||
#else
|
||||
typedef IShellExecuteHookA IShellExecuteHook;
|
||||
typedef IShellLinkA IShellLink;
|
||||
@ -762,6 +765,7 @@ typedef BROWSEINFOA BROWSEINFO,*PBROWSEINFO,*LPBROWSEINFO;
|
||||
#define SHGetPathFromIDList SHGetPathFromIDListA
|
||||
/* FIXME/TODO: Only valid for _WIN32_IE >= 400? */
|
||||
#define SHGetSpecialFolderPath SHGetSpecialFolderPathA
|
||||
#define SHGetFolderPath SHGetFolderPathA
|
||||
#endif
|
||||
|
||||
#pragma pack(pop)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user