[PATCH 1/5] combase: Mark 64-bit only stubs as such.

Nikolay Sivov nsivov at codeweavers.com
Mon Aug 3 04:08:35 CDT 2020


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/combase/combase.spec | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dlls/combase/combase.spec b/dlls/combase/combase.spec
index c2342cc9f88..115a5ecc568 100644
--- a/dlls/combase/combase.spec
+++ b/dlls/combase/combase.spec
@@ -194,13 +194,13 @@
 @ stdcall HMENU_UserSize(ptr long ptr)
 @ stdcall HMENU_UserUnmarshal(ptr ptr ptr)
 @ stub HSTRING_UserFree
-@ stub HSTRING_UserFree64
+@ stub -arch=win64 HSTRING_UserFree64
 @ stub HSTRING_UserMarshal
-@ stub HSTRING_UserMarshal64
+@ stub -arch=win64 HSTRING_UserMarshal64
 @ stub HSTRING_UserSize
-@ stub HSTRING_UserSize64
+@ stub -arch=win64 HSTRING_UserSize64
 @ stub HSTRING_UserUnmarshal
-@ stub HSTRING_UserUnmarshal64
+@ stub -arch=win64 HSTRING_UserUnmarshal64
 @ stdcall HWND_UserFree(ptr ptr)
 @ stdcall HWND_UserMarshal(ptr ptr ptr)
 @ stdcall HWND_UserSize(ptr long ptr)
@@ -298,13 +298,13 @@
 @ stdcall StringFromIID(ptr ptr) ole32.StringFromIID
 @ stub UpdateDCOMSettings
 @ stdcall WdtpInterfacePointer_UserFree(ptr)
-@ stub WdtpInterfacePointer_UserFree64
+@ stub -arch=win64 WdtpInterfacePointer_UserFree64
 @ stdcall WdtpInterfacePointer_UserMarshal(ptr long ptr ptr ptr)
-@ stub WdtpInterfacePointer_UserMarshal64
+@ stub -arch=win64 WdtpInterfacePointer_UserMarshal64
 @ stdcall WdtpInterfacePointer_UserSize(ptr long long ptr ptr)
-@ stub WdtpInterfacePointer_UserSize64
+@ stub -arch=win64 WdtpInterfacePointer_UserSize64
 @ stdcall WdtpInterfacePointer_UserUnmarshal(ptr ptr ptr ptr)
-@ stub WdtpInterfacePointer_UserUnmarshal64
+@ stub -arch=win64 WdtpInterfacePointer_UserUnmarshal64
 @ stdcall WindowsCompareStringOrdinal(ptr ptr ptr)
 @ stdcall WindowsConcatString(ptr ptr ptr)
 @ stdcall WindowsCreateString(wstr long ptr)
-- 
2.27.0




More information about the wine-devel mailing list