]> git.sesse.net Git - stockfish/blobdiff - src/types.h
Retire OLD_LOCKS option
[stockfish] / src / types.h
index fb938a3084645d2dc02741e12a3c728021def433..0915d685ada89f872d8c91b2871a939384c442ba 100644 (file)
 /// -DUSE_POPCNT  | Add runtime support for use of popcnt asm-instruction. Works
 ///               | only in 64-bit mode. For compiling requires hardware with
 ///               | popcnt support.
 /// -DUSE_POPCNT  | Add runtime support for use of popcnt asm-instruction. Works
 ///               | only in 64-bit mode. For compiling requires hardware with
 ///               | popcnt support.
-///
-/// -DOLD_LOCKS   | Under Windows are used the fast Slim Reader/Writer (SRW)
-///               | Locks and Condition Variables: these are not supported by
-///               | Windows XP and older, to compile for those platforms you
-///               | should enable OLD_LOCKS.
 
 #include <climits>
 #include <cstdlib>
 
 #include <climits>
 #include <cstdlib>