From d23b5f1008b323d2c706f6d021ee0ae1a3c97459 Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Fri, 21 Sep 2018 14:33:37 +0100 Subject: [PATCH] msvcp90: Remove unnecessary check for __arm__. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Huw Davies Signed-off-by: André Hentschel Signed-off-by: Piotr Caban Signed-off-by: Alexandre Julliard --- 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 0d1a74e250b..ef0212958f1 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, -- 2.11.4.GIT