| commit | 8abbc40e51dfd104b76694823c3bab7b030b2eb5 | [log] [tgz] |
|---|---|---|
| author | Antonio Larrosa Jiménez <antlarr@tedial.com> | Wed Jun 04 20:24:16 2003 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Jun 04 20:24:16 2003 +0000 |
| tree | 39017b2ca0c071ae48e6bff8ca029fe04ce15c8f | |
| parent | f6a838cad84b41e1480a4b167cf60b582ff4ff62 [diff] |
Added CLOCKS_PER_SEC.
diff --git a/include/msvcrt/time.h b/include/msvcrt/time.h index dc9a743..4b8b0af 100644 --- a/include/msvcrt/time.h +++ b/include/msvcrt/time.h
@@ -59,6 +59,10 @@ #endif #endif +#ifndef CLOCKS_PER_SEC +#define CLOCKS_PER_SEC 1000 +#endif + #ifndef MSVCRT_TM_DEFINED #define MSVCRT_TM_DEFINED struct MSVCRT(tm) {