Re: [Mingw-w64-public] [PATCH] ucrtbase: Make sure that compat symbols aren't autoexported

2017-11-25 Thread Martin Storsjö
On Sat, 25 Nov 2017, Sven Kretzschmar wrote: Thanks for your WIP stdio_s.h . That helped a lot. I had to add another func (swprintf_s) & I had to comment out 3 of your wip functions, because there is no "__stdio_common_vfscanf_s" internal func in MS ucrtbase. I have attached my modified

[Mingw-w64-public] [PATCH] ucrtbase: Don't include a import library alias "tzset"

2017-11-25 Thread Martin Storsjö
This was missed in 483ddaaf1b09590756ff8c59bc2db7501d7364f9. Signed-off-by: Martin Storsjö --- mingw-w64-crt/def-include/msvcrt-common.def.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mingw-w64-crt/def-include/msvcrt-common.def.in

Re: [Mingw-w64-public] [PATCH] ucrtbase: Make sure that compat symbols aren't autoexported

2017-11-25 Thread Sven Kretzschmar
Hi Martin, Thanks for your WIP stdio_s.h . That helped a lot. I had to add another func (swprintf_s) & I had to comment out 3 of your wip functions, because there is no "__stdio_common_vfscanf_s" internal func in MS ucrtbase. I have attached my modified stdio_s.h & wchar_s.h file if you want to