mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-24 10:00:07 +08:00
win32: sys/timeb.h use _ftime instead of _ftime32
This commit is contained in:
parent
a3b932b3f9
commit
e6f43dd0c6
@ -85,7 +85,8 @@ extern "C" {
|
||||
|
||||
#ifdef _USE_32BIT_TIME_T
|
||||
#define _timeb __timeb32
|
||||
#define _ftime _ftime32
|
||||
//gr #define _ftime _ftime32
|
||||
#define _ftime32 _ftime
|
||||
#else
|
||||
#define _timeb __timeb64
|
||||
#define _ftime _ftime64
|
||||
|
Loading…
Reference in New Issue
Block a user