Nikolay Sivov : combase: Mark 64-bit only stubs as such.

Alexandre Julliard julliard at winehq.org
Mon Aug 3 16:35:36 CDT 2020


Module: wine
Branch: master
Commit: a2e3bbbf0e3980ec0def09cd31c06b27f7215cff
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a2e3bbbf0e3980ec0def09cd31c06b27f7215cff

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Aug  3 12:08:35 2020 +0300

combase: Mark 64-bit only stubs as such.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 c2342cc9f8..115a5ecc56 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)




More information about the wine-cvs mailing list