From 64869596cff2e9288d0449f595e2a2c6e5a7d28a Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 4 Jan 2006 14:52:55 +0100 Subject: [PATCH] shlwapi: Print PathCombine* strings arguments in relay debugging. --- dlls/shlwapi/shlwapi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/shlwapi/shlwapi.spec b/dlls/shlwapi/shlwapi.spec index 3d897e203cc..4a04e0fd5e1 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)