Added CLOCKS_PER_SEC.

oldstable
Antonio Larrosa Jiménez 2003-06-04 20:24:16 +00:00 committed by Alexandre Julliard
parent f6a838cad8
commit 8abbc40e51
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@ typedef long MSVCRT(clock_t);
#endif
#endif
#ifndef CLOCKS_PER_SEC
#define CLOCKS_PER_SEC 1000
#endif
#ifndef MSVCRT_TM_DEFINED
#define MSVCRT_TM_DEFINED
struct MSVCRT(tm) {