mirror of
https://github.com/reactos/reactos.git
synced 2025-07-15 21:24:03 +00:00
[MSVCRT_CRT_APITEST]
* Don't enable wcstombs_s() tests (it shouldn't be exported). CORE-7889 svn path=/trunk/; revision=63401
This commit is contained in:
parent
b5adad7bfa
commit
934a5546ea
2 changed files with 1 additions and 3 deletions
|
@ -1251,7 +1251,7 @@ list(APPEND SOURCE_MSVCRT
|
|||
# wcstok_s.c
|
||||
# wcstol.c
|
||||
# wcstombs.c
|
||||
wcstombs_s.c
|
||||
# wcstombs_s.c Not exported in 2k3 Sp1
|
||||
# wcstoul.c
|
||||
# wcsxfrm.c
|
||||
# wctob
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include <apitest.h>
|
||||
|
||||
#if defined(TEST_MSVCRT)
|
||||
extern void func_wcstombs_s(void);
|
||||
extern void func__vscprintf(void);
|
||||
extern void func__vscwprintf(void);
|
||||
#endif
|
||||
|
@ -30,7 +29,6 @@ const struct test winetest_testlist[] =
|
|||
#endif
|
||||
#if defined(TEST_STATIC_CRT)
|
||||
#elif defined(TEST_MSVCRT)
|
||||
{ "wcstombs_s", func_wcstombs_s },
|
||||
{ "_vscprintf", func__vscprintf },
|
||||
{ "_vscwprintf", func__vscwprintf },
|
||||
#elif defined(TEST_NTDLL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue