This compiles on Windows now.

This commit is contained in:
Tim Peters 2001-10-13 00:14:28 +00:00
parent feab23f834
commit 1b6e08a25e
1 changed files with 1 additions and 0 deletions

View File

@ -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