* include/shlobj.h (PathResolve): Fix typo.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user