From ede6ae5059a44503678c9acca02522f4db084c1c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 6 Feb 2006 19:59:43 +0000 Subject: * include/shlobj.h (PathResolve): Fix typo. --- winsup/w32api/include/shlobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/w32api/include') diff --git a/winsup/w32api/include/shlobj.h b/winsup/w32api/include/shlobj.h index 2c0785d93..876d29d45 100644 --- a/winsup/w32api/include/shlobj.h +++ b/winsup/w32api/include/shlobj.h @@ -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); -- cgit v1.2.3