diff --git a/cpuinfo.c b/cpuinfo.c index e6526ea62c..ad9a49c42e 100644 --- a/cpuinfo.c +++ b/cpuinfo.c @@ -8,7 +8,7 @@ #include #include -#if defined(__MINGW32__) && (__MINGW32_MAJOR_VERSION <= 3) && (__MINGW32_MINOR_VERSION < 10) +#if defined(__MINGW32__) && (__MINGW32_MAJOR_VERSION <= 3) && (__MINGW32_MINOR_VERSION < 10) && !defined(MINGW64) #include void gettimeofday(struct timeval* t,void* timezone) { struct timeb timebuffer;