mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-27 08:36:44 +00:00
Build antilag2 only on 64bit
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user