2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/shlobj.h (PathResolve): Define.
This commit is contained in:
parent
29b3c9cc3e
commit
22ebea31c8
|
@ -1,3 +1,7 @@
|
|||
2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/shlobj.h (PathResolve): Define.
|
||||
|
||||
2006-02-04 Ron Lee <ronl@users.sourceforge.net>
|
||||
|
||||
* include/winnls.h: Remove stray end ';' from preprocessor defines.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue