Re: [Mingw-w64-public] [PATCH] wchar.h missing functions

2016-08-25 Thread JonY
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 8/25/2016 17:12, David Wohlferd wrote: > In mingw-w64-headers/crt/time.h there is some code that does: > > #ifndef _WTIME_DEFINED #define _WTIME_DEFINED > > After that, it defines a number of functions. > > mingw-w64-headers/crt/wchar.h has thi

[Mingw-w64-public] [PATCH] wchar.h missing functions

2016-08-25 Thread David Wohlferd
In mingw-w64-headers/crt/time.h there is some code that does: #ifndef _WTIME_DEFINED #define _WTIME_DEFINED After that, it defines a number of functions. mingw-w64-headers/crt/wchar.h has this same #if block, using that exact same define, but it defines fewer functions. So if you include ti