Re: [Mingw-w64-public] [PATCH] timeb.h: declare _ftime32 function, define _ftime according to _USE_32BIT_TIME_T

2018-11-04 Thread Liu Hao
在 2018/11/5 3:02, Mateusz 写道: > I have problems with functions: > _ftime32, _ftime64, _ftime, _ftime32_s, _ftime64_s, _ftime_s > > There is no declaration for *32 functions. > > In 64-bit libmsvcrt.a there is no _ftime32 function. > This isn't the case at least for me on Win7 Professional.

[Mingw-w64-public] [PATCH] timeb.h: declare _ftime32 function, define _ftime according to _USE_32BIT_TIME_T

2018-11-04 Thread Mateusz
I have problems with functions: _ftime32, _ftime64, _ftime, _ftime32_s, _ftime64_s, _ftime_s There is no declaration for *32 functions. In 64-bit libmsvcrt.a there is no _ftime32 function. In 32-bit mode _ftime and _ftime_s are always *32 regardless of _USE_32BIT_TIME_T (but in _mingw.h we

Re: [Mingw-w64-public] [PATCH] Always define __USE_MINGW_ANSI_STDIO as 0 or 1 in _mingw.h

2018-11-04 Thread Liu Hao
在 2018/11/4 21:14, Mateusz 写道: > I don't have write access, so please push. > I pushed the last two patches to master. Thanks for the work. -- Best regards, LH_Mouse signature.asc Description: OpenPGP digital signature ___ Mingw-w64-public

Re: [Mingw-w64-public] [PATCH] Always define __USE_MINGW_ANSI_STDIO as 0 or 1 in _mingw.h

2018-11-04 Thread Mateusz
W dniu 04.11.2018 o 10:30, Liu Hao pisze: > 在 2018/11/3 4:28, Mateusz 写道: >> I've attached new version of this patch that works with current tip. >> >> I've added patch 0002 that sets printf format attribute according to new >> logic in inttypes.h. >> >> Regards, >> Mateusz >> > > Mateusz do you