# HG changeset patch # User reimar # Date 1224526090 0 # Node ID 61d7742bcb75ca3f14f4697277dd1c93d78fb89c # Parent 55571c85e40eca0360bf24c4601b9e883862584e Make cpuinfo.c compile under MinGW64 diff -r 55571c85e40e -r 61d7742bcb75 cpuinfo.c --- a/cpuinfo.c Mon Oct 20 09:55:38 2008 +0000 +++ b/cpuinfo.c Mon Oct 20 18:08:10 2008 +0000 @@ -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;