Bugs item #1351900, was opened at 2005-11-09 17:53
Message generated for change (Comment added) made by dannysmith
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1351900&group_id=2435
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MinGW
>Group: IINR - Include In Next Release
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: PeeJ (peej73)
Assigned to: Earnie Boyd (earnie)
Summary: Error in declaration of _time64(...) in time.h?
Initial Comment:
I believe there may be a typo in time.h - the line:
_CRTIMP __time64_t __cdecl _time64( __time64_t);
should be:
_CRTIMP __time64_t __cdecl _time64( __time64_t*);
(as it is in the equivalent M$ VC++ time.h file).
----------------------------------------------------------------------
>Comment By: Danny Smith (dannysmith)
Date: 2006-03-18 20:09
Message:
Logged In: YES
user_id=11494
Fixed. Thanks for repoert. Sorry about delay in replying.
----------------------------------------------------------------------
Comment By: PeeJ (peej73)
Date: 2005-11-09 17:59
Message:
Logged In: YES
user_id=1130008
MinGW version is 4.1.1
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1351900&group_id=2435
|