summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/shlwapi.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-02-04 22:17:38 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2003-02-04 22:17:38 +0000
commitccbb9a6490ff085c5d95961886a9ac0d3e56a3c8 (patch)
treed914d0081634110f5b357bdeb0f359aa5b0fa620 /winsup/w32api/include/shlwapi.h
parent5ae9331a3202ba2c9f1087b4d5d40b35b89753ee (diff)
downloadcygnal-ccbb9a6490ff085c5d95961886a9ac0d3e56a3c8.tar.gz
cygnal-ccbb9a6490ff085c5d95961886a9ac0d3e56a3c8.tar.bz2
cygnal-ccbb9a6490ff085c5d95961886a9ac0d3e56a3c8.zip
* include/shlwapi.h (PathRelativePathTo[AW]): Correct
protototypes. Thanks to: John Dallaway <jld@ecoscentric.com>.
Diffstat (limited to 'winsup/w32api/include/shlwapi.h')
-rw-r--r--winsup/w32api/include/shlwapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/w32api/include/shlwapi.h b/winsup/w32api/include/shlwapi.h
index ef6063a13..03a83ada0 100644
--- a/winsup/w32api/include/shlwapi.h
+++ b/winsup/w32api/include/shlwapi.h
@@ -264,8 +264,8 @@ WINSHLWAPI int WINAPI PathParseIconLocationA(LPSTR);
WINSHLWAPI int WINAPI PathParseIconLocationW(LPWSTR);
WINSHLWAPI void WINAPI PathQuoteSpacesA(LPSTR);
WINSHLWAPI void WINAPI PathQuoteSpacesW(LPWSTR);
-WINSHLWAPI BOOL WINAPI PathRelativePathToA(LPSTR,LPCSTR,DWORD,LPCWSTR,DWORD);
-WINSHLWAPI BOOL WINAPI PathRelativePathToW(LPWSTR,LPCWSTR,DWORD,LPCSTR,DWORD);
+WINSHLWAPI BOOL WINAPI PathRelativePathToA(LPSTR,LPCSTR,DWORD,LPCSTR,DWORD);
+WINSHLWAPI BOOL WINAPI PathRelativePathToW(LPWSTR,LPCWSTR,DWORD,LPCWSTR,DWORD);
WINSHLWAPI void WINAPI PathRemoveArgsA(LPSTR);
WINSHLWAPI void WINAPI PathRemoveArgsW(LPWSTR);
WINSHLWAPI LPSTR WINAPI PathRemoveBackslashA(LPSTR);