Re: [Mingw-w64-public] [Patch] normalize strftime and strftime_l

2017-05-22 Thread Martell Malone
Thanks for spotting that strangely MSDN seems to think it does exist. https://docs.microsoft.com/en-gb/cpp/c-runtime-library/reference/strftime-wcsftime-strftime-l-wcsftime-l I have no problem in doing an emulation for "strftime_l". I would rather not use random msvcrt versions :) On Mon, May 22,

Re: [Mingw-w64-public] [Patch] normalize strftime and strftime_l

2017-05-22 Thread Liu Hao
On 2017/5/22 18:43, JonY wrote: > On 05/22/2017 07:57 AM, Liu Hao wrote: >> On 2017/5/22 2:05, Martell Malone wrote: >>> Context: libc++ uses strftime_l now >>> >>> Please Review >> The DEF files are generated from DLLs. I don't have Win10 at hand so I >> have asked jon_y on IRC to update them. >>

Re: [Mingw-w64-public] [Patch] normalize strftime and strftime_l

2017-05-22 Thread Martell Malone
hmm okay. It does have strftime however so that should at least be fine right? On Mon, May 22, 2017 at 11:43 AM, JonY wrote: > On 05/22/2017 07:57 AM, Liu Hao wrote: > > On 2017/5/22 2:05, Martell Malone wrote: > >> Context: libc++ uses strftime_l now > >> > >> Please Review > > The DEF files

Re: [Mingw-w64-public] [Patch] normalize strftime and strftime_l

2017-05-22 Thread JonY
On 05/22/2017 07:57 AM, Liu Hao wrote: > On 2017/5/22 2:05, Martell Malone wrote: >> Context: libc++ uses strftime_l now >> >> Please Review > The DEF files are generated from DLLs. I don't have Win10 at hand so I > have asked jon_y on IRC to update them. > Win10 msvcrt doesn't have strftime_l,

Re: [Mingw-w64-public] [Patch] normalize strftime and strftime_l

2017-05-22 Thread Liu Hao
On 2017/5/22 2:05, Martell Malone wrote: > Context: libc++ uses strftime_l now > > Please Review The DEF files are generated from DLLs. I don't have Win10 at hand so I have asked jon_y on IRC to update them. -- Best regards, LH_Mouse ---