Re: [Mingw-w64-public] [PATCH] crt: More strictly flag functions in the unified msvcrt.def.in

2017-10-02 Thread Martin Storsjö
On Mon, 2 Oct 2017, JonY via Mingw-w64-public wrote: On 10/02/2017 10:52 AM, Martin Storsjö wrote: On Mon, 2 Oct 2017, JonY via Mingw-w64-public wrote: On 10/02/2017 05:55 AM, Martin Storsjö wrote: On Fri, 29 Sep 2017, Martin Storsjö wrote: Now the output from the unified msvcrt.def.in sho

Re: [Mingw-w64-public] [PATCH] crt: Add schannel.def and security.def for lib32

2017-10-02 Thread JonY via Mingw-w64-public
On 10/02/2017 01:01 PM, Shinchiro Shinchiro wrote: > How about the status of this patch? Is there need some works before getting > merged? > Pushed to master, Makefile.in changes should not in the same commit next time. signature.asc Description: OpenPGP digital signature --

Re: [Mingw-w64-public] [PATCH] crt: More strictly flag functions in the unified msvcrt.def.in

2017-10-02 Thread JonY via Mingw-w64-public
On 10/02/2017 10:52 AM, Martin Storsjö wrote: > On Mon, 2 Oct 2017, JonY via Mingw-w64-public wrote: > >> On 10/02/2017 05:55 AM, Martin Storsjö wrote: >>> On Fri, 29 Sep 2017, Martin Storsjö wrote: >>> Now the output from the unified msvcrt.def.in should be almost identical to what

Re: [Mingw-w64-public] [PATCH] crt: Add schannel.def and security.def for lib32

2017-10-02 Thread Shinchiro Shinchiro
How about the status of this patch? Is there need some works before getting merged? -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [Mingw-w64-public] [PATCH] crt: More strictly flag functions in the unified msvcrt.def.in

2017-10-02 Thread Martin Storsjö
On Mon, 2 Oct 2017, JonY via Mingw-w64-public wrote: On 10/02/2017 05:55 AM, Martin Storsjö wrote: On Fri, 29 Sep 2017, Martin Storsjö wrote: Now the output from the unified msvcrt.def.in should be almost identical to what it was before, except for some new *_dbg and __p_* functions. The fun

Re: [Mingw-w64-public] [PATCH] crt: More strictly flag functions in the unified msvcrt.def.in

2017-10-02 Thread JonY via Mingw-w64-public
On 10/02/2017 05:55 AM, Martin Storsjö wrote: > On Fri, 29 Sep 2017, Martin Storsjö wrote: > >> Now the output from the unified msvcrt.def.in should be almost identical >> to what it was before, except for some new *_dbg and __p_* functions. >> >> The functions that were included for 32 and 64 bit

[Mingw-w64-public] [PATCH] crt: Add a compatibility wrapper for _get_current_locale

2017-10-02 Thread Martin Storsjö
This function only exists since Windows 8, but is is currently used by libc++. This fixes linker errors with libc++ when linking against msvcrt.dll. This compatibility wrapper only returns NULL and doesn't attempt keeping track of what the last set locale actually was. (Doing that is a bit hard a