[AntiCheat] Fix duplicate anticheat definition

This commit is contained in:
momo5502 2017-06-28 21:30:00 +02:00
parent 8a1936347f
commit 81608fb782

View File

@ -4,8 +4,10 @@
// Hide AntiCheat in embeded symbol names // Hide AntiCheat in embeded symbol names
#define AntiCheat SubComponent #define AntiCheat SubComponent
#else #else
# ifndef DISABLE_ANTICHEAT
# define DISABLE_ANTICHEAT # define DISABLE_ANTICHEAT
# endif # endif
#endif
// Uncomment to enable process protection (conflicts with steam!) // Uncomment to enable process protection (conflicts with steam!)
#define PROCTECT_PROCESS #define PROCTECT_PROCESS