From 2f8aaf2046658fae417277a8ffecf3cc51385bea Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 3 Feb 2022 08:27:56 +0100 Subject: Debug Windows platform --- src/UCI.hpp.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/UCI.hpp.in') 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) \ -- cgit v1.2.3