From 81608fb782a3343b82b04aba11b6000430aea059 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Wed, 28 Jun 2017 21:30:00 +0200 Subject: [PATCH] [AntiCheat] Fix duplicate anticheat definition --- src/Components/Modules/AntiCheat.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Components/Modules/AntiCheat.hpp b/src/Components/Modules/AntiCheat.hpp index 90deb8cc..b39fb8a5 100644 --- a/src/Components/Modules/AntiCheat.hpp +++ b/src/Components/Modules/AntiCheat.hpp @@ -4,7 +4,9 @@ // Hide AntiCheat in embeded symbol names #define AntiCheat SubComponent #else -#define DISABLE_ANTICHEAT +# ifndef DISABLE_ANTICHEAT +# define DISABLE_ANTICHEAT +# endif #endif // Uncomment to enable process protection (conflicts with steam!)