* include/time.h (__time64_t): Add missing ';'.
This commit is contained in:
parent
bb3be323ba
commit
f451556720
|
@ -1,3 +1,7 @@
|
||||||
|
2004-07-19 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/time.h (__time64_t): Add missing ';'.
|
||||||
|
|
||||||
2004-07-17 Danny Smith <dannysmith@users.sourceforge.net>
|
2004-07-17 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/time.h (wcsftime): Move out of !__STRICT_ANSI
|
* include/time.h (wcsftime): Move out of !__STRICT_ANSI
|
||||||
|
|
|
@ -44,7 +44,7 @@ typedef long time_t;
|
||||||
#ifndef __STRICT_ANSI__
|
#ifndef __STRICT_ANSI__
|
||||||
/* A 64-bit time_t to get to Y3K */
|
/* A 64-bit time_t to get to Y3K */
|
||||||
#ifndef _TIME64_T_DEFINED
|
#ifndef _TIME64_T_DEFINED
|
||||||
typedef __int64 __time64_t
|
typedef __int64 __time64_t;
|
||||||
#define _TIME64_T_DEFINED
|
#define _TIME64_T_DEFINED
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue