* include/shlwapi.h (PathRelativePathTo[AW]): Correct

protototypes.
	Thanks to: John Dallaway  <jld@ecoscentric.com>.
This commit is contained in:
Danny Smith 2003-02-04 22:17:38 +00:00
parent 5ae9331a32
commit ccbb9a6490
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2003-02-04 Danny Smith <dannysmith@users.sourceforge.net>
* include/shlwapi.h (PathRelativePathTo[AW]): Correct
protototypes.
Thanks to: John Dallaway <jld@ecoscentric.com>.
2003-02-01 Danny Smith <dannysmith@users.sourceforge.net>
* include/commctrl.h (TCM_*): Add missing defines.

View File

@ -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);