summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2021-01-14 22:15:36 +0100
committerFilip Gawin <filip.gawin@zoho.com>2021-01-14 22:15:36 +0100
commit1082b138301767a73877af30509712f7c6f5f6ee (patch)
tree6b2d3b8832dcdb03636cd76e823ef18eadc3f6be /src/core
parentMerge branch 'miami' of github.com:GTAmodding/re3 into miami (diff)
downloadre3-1082b138301767a73877af30509712f7c6f5f6ee.tar
re3-1082b138301767a73877af30509712f7c6f5f6ee.tar.gz
re3-1082b138301767a73877af30509712f7c6f5f6ee.tar.bz2
re3-1082b138301767a73877af30509712f7c6f5f6ee.tar.lz
re3-1082b138301767a73877af30509712f7c6f5f6ee.tar.xz
re3-1082b138301767a73877af30509712f7c6f5f6ee.tar.zst
re3-1082b138301767a73877af30509712f7c6f5f6ee.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Pad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Pad.cpp b/src/core/Pad.cpp
index 8d55250a..757f0f50 100644
--- a/src/core/Pad.cpp
+++ b/src/core/Pad.cpp
@@ -10,7 +10,7 @@
#include "crossplatform.h"
#include "platform.h"
#ifdef XINPUT
-#if defined _MSC_VER && !defined RE3_NO_AUTOLINK
+#if defined _MSC_VER && !defined CMAKE_NO_AUTOLINK
#include <xinput.h>
#if !defined(PSAPI_VERSION) || (PSAPI_VERSION > 1)
#pragma comment( lib, "Xinput9_1_0.lib" )