Module: wine Branch: master Commit: cb5c644c5a076d9980403179b3f9790f5cc8892a URL: http://source.winehq.org/git/wine.git/?a=commit;h=cb5c644c5a076d9980403179b3...
Author: André Hentschel nerv@dawncrow.de Date: Mon Feb 27 22:20:21 2017 +0100
tapi32: Fix phoneInitializeExW spec file entry.
Signed-off-by: André Hentschel nerv@dawncrow.de Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/tapi32/tapi32.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/tapi32/tapi32.spec b/dlls/tapi32/tapi32.spec index c2aa868..62631ef 100644 --- a/dlls/tapi32/tapi32.spec +++ b/dlls/tapi32/tapi32.spec @@ -154,7 +154,7 @@ @ stdcall phoneGetVolume(long long ptr) @ stdcall phoneInitialize(ptr long ptr str ptr) @ stdcall phoneInitializeExA(ptr long ptr str ptr ptr ptr) -@ stdcall phoneInitializeExW(ptr long ptr str ptr ptr ptr) +@ stdcall phoneInitializeExW(ptr long ptr wstr ptr ptr ptr) @ stdcall phoneNegotiateAPIVersion(long long long long ptr ptr) @ stdcall phoneNegotiateExtVersion(long long long long long ptr) @ stdcall phoneOpen(long long ptr long long long long)