Piotr Caban : vcruntime140_1: Export functions only on x86_64.

Alexandre Julliard julliard at winehq.org
Tue Apr 21 15:59:47 CDT 2020


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Tue Apr 21 13:12:01 2020 +0200

vcruntime140_1: Export functions only on x86_64.

Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/vcruntime140_1/vcruntime140_1.spec b/dlls/vcruntime140_1/vcruntime140_1.spec
index 55f568ef13..5119df9b99 100644
--- a/dlls/vcruntime140_1/vcruntime140_1.spec
+++ b/dlls/vcruntime140_1/vcruntime140_1.spec
@@ -1,3 +1,3 @@
-@ stub __CxxFrameHandler4
-@ stub __NLG_Dispatch2
-@ stub __NLG_Return2
+@ stub -arch=x86_64 __CxxFrameHandler4
+@ stub -arch=x86_64 __NLG_Dispatch2
+@ stub -arch=x86_64 __NLG_Return2




More information about the wine-cvs mailing list