[c-host] not all versions of mingw support wcstombs_s

While the _s functions are for security as they avoid exceeding the
supplied buffer, in our case they are not really required as we are
allocating a buffer large enough to store the entire result.

Fixes #171
This commit is contained in:
Geoffrey McRae
2019-06-12 15:31:18 +10:00
parent e3343cbd01
commit 6d24dd52d6
3 changed files with 4 additions and 7 deletions

View File

@@ -1 +1 @@
B1-rc5-5-g113da121e9+1
B1-rc5-8-ge3343cbd01+1