X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fplatform.h;h=334a0eecd0a1a914c22460eb5086af000e9b1753;hp=ad02575bc4b983d207543252049759816e39f21f;hb=3b92159908e7026683d5a6090b7a2d7fb41e97a5;hpb=4381ea23feb33831ebe889e30645e10cf7032530 diff --git a/src/platform.h b/src/platform.h index ad02575b..334a0eec 100644 --- a/src/platform.h +++ b/src/platform.h @@ -43,7 +43,7 @@ typedef unsigned __int64 uint64_t; # include // Used by sysconf(_SC_NPROCESSORS_ONLN) #endif -#if !defined(_WIN32) && !defined(_WIN64) // Linux - Unix +#if !defined(_WIN32) // Linux - Unix # include typedef timeval sys_time_t;