Module: wine Branch: refs/heads/master Commit: 64869596cff2e9288d0449f595e2a2c6e5a7d28a URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=64869596cff2e9288d0449f5...
Author: Marcus Meissner marcus@jet.franken.de Date: Wed Jan 4 14:52:55 2006 +0100
shlwapi: Print PathCombine* strings arguments in relay debugging.
---
dlls/shlwapi/shlwapi.spec | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/shlwapi/shlwapi.spec b/dlls/shlwapi/shlwapi.spec index 3d897e2..4a04e0f 100644 --- a/dlls/shlwapi/shlwapi.spec +++ b/dlls/shlwapi/shlwapi.spec @@ -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)