summaryrefslogtreecommitdiff
path: root/src/UCI.hpp.in
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-03 08:27:56 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-03 08:27:56 +0100
commit2f8aaf2046658fae417277a8ffecf3cc51385bea (patch)
tree4cc78aed641ce137986a36cfa4e4b95f8f7ab2d4 /src/UCI.hpp.in
parentdb4d104ed965592c1d89c31d96301f0a44640df7 (diff)
Debug Windows platform
Diffstat (limited to 'src/UCI.hpp.in')
-rw-r--r--src/UCI.hpp.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/UCI.hpp.in b/src/UCI.hpp.in
index 86925c5..8e97bbe 100644
--- a/src/UCI.hpp.in
+++ b/src/UCI.hpp.in
@@ -1,4 +1,6 @@
+#ifndef @COMPILE_PLATFORM@
#define @COMPILE_PLATFORM@
+#endif
#ifdef UNIX
#include "ProcessLinux.hpp"
#define INIT_PROCESS(p) \