Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-02-06 22:59:43 +0300
committerChristopher Faylor <me@cgf.cx>2006-02-06 22:59:43 +0300
commitede6ae5059a44503678c9acca02522f4db084c1c (patch)
tree75fe246937267ff2c609792f2e83aba2b2c5d51d /winsup/w32api/include
parent985d0e68c5f100a6996e43a08eff82981b558ec9 (diff)
* include/shlobj.h (PathResolve): Fix typo.
Diffstat (limited to 'winsup/w32api/include')
-rw-r--r--winsup/w32api/include/shlobj.h2
1 files changed, 1 insertions, 1 deletions
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);