Build antilag2 only on 64bit

This commit is contained in:
FakeMichau
2024-09-07 01:55:58 +02:00
parent b8a453eaa9
commit f2104d4acd
+2 -2
View File
@@ -11,7 +11,7 @@
#endif
#include <vector>
#if _MSC_VER
#if _MSC_VER && _WIN64
#include "antilag.h"
#endif
@@ -30,7 +30,7 @@ namespace nvd {
static UINT subSysId;
static UINT revisionId;
#if _MSC_VER
#if _MSC_VER && _WIN64
static AntiLag antilag_ctx;
#endif