]> git.sesse.net Git - stockfish/blobdiff - src/platform.h
Drop some redundant defined(_WIN64)
[stockfish] / src / platform.h
index ad02575bc4b983d207543252049759816e39f21f..334a0eecd0a1a914c22460eb5086af000e9b1753 100644 (file)
@@ -43,7 +43,7 @@ typedef unsigned __int64 uint64_t;
 #  include <unistd.h>  // Used by sysconf(_SC_NPROCESSORS_ONLN)
 #endif
 
-#if !defined(_WIN32) && !defined(_WIN64) // Linux - Unix
+#if !defined(_WIN32) // Linux - Unix
 
 #  include <sys/time.h>
 typedef timeval sys_time_t;