7 lines
121 B
C
7 lines
121 B
C
#ifndef _TIME_64_GCC_H
|
|
#define _TIME_64_GCC_H
|
|
|
|
#define __time_t_defined
|
|
#define time_t long long
|
|
|
|
#endif //_TIME_64_GCC_H
|