mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[CRT_APITEST] Exclude a test with the same rule as in the cmakelist
This commit is contained in:
parent
ca4b001544
commit
9853eab1ea
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue