mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-17 20:29:22 +00:00
RE3_NO_AUTOLINK to CMAKE_NO_AUTOLINK
This commit is contained in:
parent
a0a88b4663
commit
1082b13830
7 changed files with 7 additions and 7 deletions
|
@ -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" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue