2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/shlobj.h (PathResolve): Define.
This commit is contained in:
Chris Sutcliffe 2006-02-06 16:29:15 +00:00
parent 29b3c9cc3e
commit 22ebea31c8
2 changed files with 8 additions and 0 deletions

View file

@ -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.

View file

@ -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);