Huw Davies : msvcp90: Remove unnecessary check for __arm__.

Alexandre Julliard julliard at winehq.org
Fri Sep 21 17:04:30 CDT 2018


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Fri Sep 21 14:33:37 2018 +0100

msvcp90: Remove unnecessary check for __arm__.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msvcp90/misc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvcp90/misc.c b/dlls/msvcp90/misc.c
index 0d1a74e..ef02129 100644
--- a/dlls/msvcp90/misc.c
+++ b/dlls/msvcp90/misc.c
@@ -618,7 +618,7 @@ unsigned int __cdecl _Random_device(void)
 #endif
 
 #if _MSVCP_VER >= 110
-#if defined(__i386__) && !defined(__arm__)
+#if defined(__i386__)
 
 extern void *call_thiscall_func;
 __ASM_GLOBAL_FUNC(call_thiscall_func,




More information about the wine-cvs mailing list