From 9853eab1ea16d84591d46aa0cf1ac044b05d49e0 Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Sun, 18 Aug 2019 21:48:44 +0200 Subject: [PATCH] [CRT_APITEST] Exclude a test with the same rule as in the cmakelist --- modules/rostests/apitests/crt/testlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rostests/apitests/crt/testlist.c b/modules/rostests/apitests/crt/testlist.c index fc28f01c36b..61516d82068 100644 --- a/modules/rostests/apitests/crt/testlist.c +++ b/modules/rostests/apitests/crt/testlist.c @@ -51,7 +51,7 @@ const struct test winetest_testlist[] = #endif #if defined(TEST_STATIC_CRT) #elif defined(TEST_MSVCRT) -#if !defined(_M_X64) +#if defined(_M_IX86) { "__getmainargs", func___getmainargs }, #endif { "_vscprintf", func__vscprintf },