shlwapi: Print PathCombine* strings arguments in relay debugging.
This commit is contained in:
parent
3215c3ac91
commit
64869596cf
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue