mirror of
https://github.com/TinyCC/tinycc.git
synced 2025-11-16 12:34:45 +00:00
win32: sys/timeb.h use _ftime instead of _ftime32
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user