Module: wine Branch: master Commit: 311d040e24aa26a68a5ef089f33f573d373893d6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=311d040e24aa26a68a5ef089f...
Author: Piotr Caban piotr@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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