* include/shlobj.h (PathResolve): Fix typo.
This commit is contained in:
parent
985d0e68c5
commit
ede6ae5059
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue