This compiles on Windows now.
This commit is contained in:
parent
feab23f834
commit
1b6e08a25e
|
@ -21,6 +21,7 @@
|
|||
#include <largeint.h>
|
||||
#include <direct.h> /* for getcwd() */
|
||||
typedef LARGE_INTEGER hs_time;
|
||||
#define GETTIMEOFDAY(p) QueryPerformanceCounter(p)
|
||||
|
||||
#else
|
||||
#ifndef HAVE_GETTIMEOFDAY
|
||||
|
|
Loading…
Reference in New Issue