[PATCH] mapi32: Fix some spec file entries

André Hentschel nerv at dawncrow.de
Sun Dec 15 10:29:28 CST 2019


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---
 dlls/mapi32/mapi32.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/mapi32/mapi32.spec b/dlls/mapi32/mapi32.spec
index 0b5acbb7372..32d0b7a458b 100644
--- a/dlls/mapi32/mapi32.spec
+++ b/dlls/mapi32/mapi32.spec
@@ -95,7 +95,7 @@
 152 stub OpenTnefStreamEx
 153 stub GetTnefStreamCodepage at 12
 154 stub GetTnefStreamCodepage
-155 stdcall UlFromSzHex at 4(ptr) UlFromSzHex
+155 stdcall UlFromSzHex at 4(wstr) UlFromSzHex
 156 stub UNKOBJ_ScAllocate at 12
 157 stub UNKOBJ_ScAllocateMore at 16
 158 stub UNKOBJ_Free at 8
@@ -144,7 +144,7 @@
 204 stub EncodeID at 12
 205 stub FDecodeID at 12
 206 stub CchOfEncoding at 4
-207 stdcall CbOfEncoded at 4(ptr) CbOfEncoded
+207 stdcall CbOfEncoded at 4(str) CbOfEncoded
 208 stdcall MAPISendDocuments(long str str str long)
 209 stdcall MAPILogon(long str str long long ptr)
 210 stdcall MAPILogoff(ptr long long long)
-- 
2.17.1



More information about the wine-devel mailing list