[PATCH] shcore: Fix IUnknown_AtomicRelease spec file entry

André Hentschel nerv at dawncrow.de
Sun Jun 9 11:16:39 CDT 2019


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---
 dlls/shcore/shcore.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shcore/shcore.spec b/dlls/shcore/shcore.spec
index 4c2717948de..6a634bdee5c 100644
--- a/dlls/shcore/shcore.spec
+++ b/dlls/shcore/shcore.spec
@@ -20,7 +20,7 @@
 @ stdcall IStream_Size(ptr ptr)
 @ stdcall IStream_Write(ptr ptr long) _IStream_Write
 @ stub IStream_WriteStr
-@ stdcall IUnknown_AtomicRelease(long)
+@ stdcall IUnknown_AtomicRelease(ptr)
 @ stdcall IUnknown_GetSite(ptr ptr ptr)
 @ stdcall IUnknown_QueryService(ptr ptr ptr ptr)
 @ stdcall IUnknown_Set(ptr ptr)
-- 
2.17.1





More information about the wine-devel mailing list