[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:
Amine Khaldi 2014-05-21 14:26:20 +00:00
parent b5adad7bfa
commit 934a5546ea
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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)