* include/shlwapi.h (PathRelativePathTo[AW]): Correct
protototypes. Thanks to: John Dallaway <jld@ecoscentric.com>.
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user