msvcp90: Remove unnecessary check for __arm__.
Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e6076c8def
commit
d23b5f1008
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue