msvcrt: Add setjmp for ARM in spec file

André Hentschel nerv at dawncrow.de
Wed Mar 13 14:06:44 CDT 2013


Might already fix http://bugs.winehq.org/show_bug.cgi?id=33198 as MSVCRT__setjmp exists for ARM

---
 dlls/msvcrt/msvcrt.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec
index 2b01fc3..8e5cc9b 100644
--- a/dlls/msvcrt/msvcrt.spec
+++ b/dlls/msvcrt/msvcrt.spec
@@ -1368,7 +1368,7 @@
 @ varargs scanf(str) MSVCRT_scanf
 @ varargs scanf_s(str) MSVCRT_scanf_s
 @ cdecl setbuf(ptr ptr) MSVCRT_setbuf
-@ cdecl -arch=x86_64 -norelay -private setjmp(ptr) MSVCRT__setjmp
+@ cdecl -arch=arm,x86_64 -norelay -private setjmp(ptr) MSVCRT__setjmp
 @ cdecl setlocale(long str) MSVCRT_setlocale
 @ cdecl setvbuf(ptr str long long) MSVCRT_setvbuf
 @ cdecl signal(long long) MSVCRT_signal
-- 
1.8.0


-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list