Commit 8abbc40e authored by Antonio Larrosa Jiménez's avatar Antonio Larrosa Jiménez Committed by Alexandre Julliard

Added CLOCKS_PER_SEC.

parent f6a838ca
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment