On 19.01.2015 16:12, Kai Tietz wrote:
> 2015-01-19 12:35 GMT+01:00 Jacek Caban wrote:
>> ---
>>  mingw-w64-headers/crt/sec_api/time_s.h | 62
>> ----------------------------------
>>  mingw-w64-headers/crt/time.h           | 31 +++++++++++++++--
>>  2 files changed, 29 insertions(+), 64 deletions(-)
>>  delete mode 100644 mingw-w64-headers/crt/sec_api/time_s.h
>>
> Patch looks ok to me.
> 
> So, we should try to go this route for other "secured"-API, too.  We
> should try to emulate missing functions here in libmingwex.  by this
> we can remove the need for user to know what API is present on what OS
> ....

This update breaks programs that include both time.h and wchar.h, which
includes sec_api/wchar_s.h, which declares _wctime_s, which is also declared in
time.h. This is because it's put in time.h under the guard of _INC_WTIME_INL
instead of _INC_WTIME_S_INL.

-- 
O< ascii ribbon - stop html email! - www.asciiribbon.org

Attachment: 0x922360B0.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to