This commit is contained in:
Filip Gawin 2021-01-14 22:20:40 +01:00
parent 1082b13830
commit 5acbf9ef59
1 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@
#include "crossplatform.h"
#include "platform.h"
#ifdef XINPUT
#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" )
@ -18,7 +17,6 @@
#pragma comment( lib, "Xinput.lib" )
#endif
#endif
#endif
#include "Pad.h"
#include "ControllerConfig.h"