shlwapi: Print PathCombine* strings arguments in relay debugging.

This commit is contained in:
Marcus Meissner 2006-01-04 14:52:55 +01:00 committed by Alexandre Julliard
parent 3215c3ac91
commit 64869596cf
1 changed files with 2 additions and 2 deletions

View File

@ -574,8 +574,8 @@
@ stdcall PathBuildRootW (ptr long)
@ stdcall PathCanonicalizeA (ptr str)
@ stdcall PathCanonicalizeW (ptr wstr)
@ stdcall PathCombineA (ptr ptr ptr)
@ stdcall PathCombineW (ptr ptr ptr)
@ stdcall PathCombineA (ptr str str)
@ stdcall PathCombineW (ptr wstr wstr)
@ stdcall PathCommonPrefixA(str str ptr)
@ stdcall PathCommonPrefixW(wstr wstr ptr)
@ stdcall PathCompactPathA(long str long)