commit | 211af1e7d4d188dbefacea7af8b83d32b3edb48c | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Mon Oct 28 23:25:13 2019 +0200 |
committer | Martin Storsjö <martin@martin.st> | Tue Oct 29 16:09:32 2019 +0200 |
tree | ab4c6d4fb437211ded69b2221dc728cadca5e362 | |
parent | 2ce6f4b1548453818fa71c89c88fed5f7f4d508b [diff] |
ucrt: Use multibyte functions from ucrt instead of libmingwex Use a different definition of the mbstate_t type for ucrt, and move related functions from libmingwex.a into libmsvcr*.a. A few stdio functions in libmingwex use these functions; add an override to them to, to allocate the larger form of the mbstate_t struct, to make it work when combined with ucrt. Signed-off-by: Martin Storsjö <martin@martin.st>