https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9853eab1ea16d84591d46aa0cf1ac044b05d49e0

commit 9853eab1ea16d84591d46aa0cf1ac044b05d49e0
Author:     Mark Jansen <mark.jan...@reactos.org>
AuthorDate: Sun Aug 18 21:48:44 2019 +0200
Commit:     Mark Jansen <mark.jan...@reactos.org>
CommitDate: Tue Aug 20 22:31:56 2019 +0200

    [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 },

Reply via email to