Commit d23b5f10 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

msvcp90: Remove unnecessary check for __arm__.

parent e6076c8d
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment