Added CLOCKS_PER_SEC.
This commit is contained in:
parent
f6a838cad8
commit
8abbc40e51
|
@ -59,6 +59,10 @@ typedef long MSVCRT(clock_t);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef CLOCKS_PER_SEC
|
||||||
|
#define CLOCKS_PER_SEC 1000
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef MSVCRT_TM_DEFINED
|
#ifndef MSVCRT_TM_DEFINED
|
||||||
#define MSVCRT_TM_DEFINED
|
#define MSVCRT_TM_DEFINED
|
||||||
struct MSVCRT(tm) {
|
struct MSVCRT(tm) {
|
||||||
|
|
Loading…
Reference in New Issue