Fixed CE on MACH

This commit is contained in:
Vysheng 2014-09-03 19:15:39 +04:00
parent 017851107c
commit a60ae1ae93

View file

@ -42,6 +42,11 @@
#include <mach/mach.h>
#endif
#ifdef __MACH__
#define CLOCK_REALTIME 0
#define CLOCK_MONOTONIC 1
#endif
#define RES_PRE 8
#define RES_AFTER 8
#define MAX_BLOCKS 1000000