OSDN Git Service

* include/time.h (_time64): Correct prototype.
authordannysmith <dannysmith>
Wed, 12 Oct 2005 00:28:10 +0000 (00:28 +0000)
committerdannysmith <dannysmith>
Wed, 12 Oct 2005 00:28:10 +0000 (00:28 +0000)
winsup/mingw/ChangeLog
winsup/mingw/include/time.h

index cef73d7..2cdd5c4 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/time.h (_time64): Correct prototype.
+
 2005-10-08  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * mingwex/fegetenv.c (fegetenv): Restore exception masks.
index 723eb99..2b41a8c 100644 (file)
@@ -116,7 +116,7 @@ _CRTIMP char* __cdecl       _strtime(char*);
 
 /* These require newer versions of msvcrt.dll (6.10 or higher). */ 
 #if __MSVCRT_VERSION__ >= 0x0601
-_CRTIMP __time64_t __cdecl  _time64( __time64_t);
+_CRTIMP __time64_t __cdecl  _time64( __time64_t*);
 _CRTIMP __time64_t __cdecl  _mktime64 (struct tm*);
 _CRTIMP char* __cdecl _ctime64 (const __time64_t*);
 _CRTIMP struct tm*  __cdecl _gmtime64 (const __time64_t*);