Commit 088924af authored by Tim Peters's avatar Tim Peters

This compiles on Windows now.

parent 25fb8192
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include <largeint.h> #include <largeint.h>
#include <direct.h> /* for getcwd() */ #include <direct.h> /* for getcwd() */
typedef LARGE_INTEGER hs_time; typedef LARGE_INTEGER hs_time;
#define GETTIMEOFDAY(p) QueryPerformanceCounter(p)
#else #else
#ifndef HAVE_GETTIMEOFDAY #ifndef HAVE_GETTIMEOFDAY
......
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