* include/shlobj.h (PathResolve): Fix typo.

This commit is contained in:
Christopher Faylor 2006-02-06 19:59:43 +00:00
parent 985d0e68c5
commit ede6ae5059
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-02-06 Christopher Faylor <cgf@timesys.com>
* include/shlobj.h (PathResolve): Fix typo.
2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/shlobj.h (PathResolve): Define.

View File

@ -1400,7 +1400,7 @@ DECLARE_INTERFACE_(IDropTargetHelper, IUnknown)
#endif /* _WIN32_IE >= 0x0500 */
#ifdef _WIN32_WINNT >= 0x0500
BOOL WINAPU PathResolve(LPWSTR, LPCWSTR*, UINT);
BOOL WINAPI PathResolve(LPWSTR, LPCWSTR*, UINT);
#endif
void WINAPI SHAddToRecentDocs(UINT,PCVOID);