projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fe4fda4
)
Fix compile error with MSVC 2013
author
Marco Costalba
<mcostalba@gmail.com>
Sun, 18 Jan 2015 14:14:05 +0000 (15:14 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Sun, 18 Jan 2015 14:14:05 +0000 (15:14 +0100)
Without this std::min chokes with windows 'min' macro.
No functional change.
src/syzygy/tbprobe.cpp
patch
|
blob
|
history
diff --git
a/src/syzygy/tbprobe.cpp
b/src/syzygy/tbprobe.cpp
index
0abd2b2
..
126fe91
100644
(file)
--- a/
src/syzygy/tbprobe.cpp
+++ b/
src/syzygy/tbprobe.cpp
@@
-7,6
+7,8
@@
this code to other chess engines.
*/
+#define NOMINMAX
+
#include <algorithm>
#include "../position.h"