2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/shlobj.h (PathResolve): Define.
This commit is contained in:
@ -1399,6 +1399,10 @@ DECLARE_INTERFACE_(IDropTargetHelper, IUnknown)
|
||||
};
|
||||
#endif /* _WIN32_IE >= 0x0500 */
|
||||
|
||||
#ifdef _WIN32_WINNT >= 0x0500
|
||||
BOOL WINAPU PathResolve(LPWSTR, LPCWSTR*, UINT);
|
||||
#endif
|
||||
|
||||
void WINAPI SHAddToRecentDocs(UINT,PCVOID);
|
||||
LPITEMIDLIST WINAPI SHBrowseForFolderA(PBROWSEINFOA);
|
||||
LPITEMIDLIST WINAPI SHBrowseForFolderW(PBROWSEINFOW);
|
||||
|
Reference in New Issue
Block a user