Alexandre Julliard : kernel32: The first argument of GetBinaryType is a string.

Alexandre Julliard julliard at winehq.org
Fri Jun 20 06:21:40 CDT 2008


Module: wine
Branch: master
Commit: 122055effd33f54b467e5f4e1aeb01410a8e02b2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=122055effd33f54b467e5f4e1aeb01410a8e02b2

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jun 20 09:38:33 2008 +0200

kernel32: The first argument of GetBinaryType is a string.

---

 dlls/kernel32/kernel32.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/kernel32/kernel32.spec b/dlls/kernel32/kernel32.spec
index 2f591c2..1a18899 100644
--- a/dlls/kernel32/kernel32.spec
+++ b/dlls/kernel32/kernel32.spec
@@ -415,9 +415,9 @@
 @ stdcall GetACP()
 @ stdcall GetAtomNameA(long ptr long)
 @ stdcall GetAtomNameW(long ptr long)
-@ stdcall GetBinaryType(ptr ptr) GetBinaryTypeA
-@ stdcall GetBinaryTypeA(ptr ptr)
-@ stdcall GetBinaryTypeW(ptr ptr)
+@ stdcall GetBinaryType(str ptr) GetBinaryTypeA
+@ stdcall GetBinaryTypeA(str ptr)
+@ stdcall GetBinaryTypeW(wstr ptr)
 # @ stub GetCPFileNameFromRegistry
 @ stdcall GetCPInfo(long ptr)
 @ stdcall GetCPInfoExA(long long ptr)




More information about the wine-cvs mailing list