Commit 2caae4e7 authored by Reini Urban's avatar Reini Urban
Browse files

remaining TEST_MSVCRT checks

add missing native msvcrt checks to all tests,
and the ifdef TEST_MSVCRT to the sources.

probe for all our C11 Annex K functions,
but add TEST_MSVCRT checks only to those which are defined
on mscvrt currently (on my win8 machine). maybe newer ucrt.dll
versions add even more. TBD

add cross-smoking for TEST_MSVCRT via wine 32bit.  The wine libc runtime is
a bit older than the current msvcrt and has much more bugs.

add have_wine logic, where it has a broken libc: wcsncat_s, wcsrtombs_s,
asctime_s. More in later commits.
parent 29c58f55
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment