From 01e23dc77f72be1da32a2ef7185795137fe294bf Mon Sep 17 00:00:00 2001 From: BeaR Date: Mon, 8 Apr 2013 18:26:01 +0200 Subject: [PATCH] Remove dependency on dxguid.lib --- Windows/DinputDevice.cpp | 1 - Windows/DinputDevice.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows/DinputDevice.cpp b/Windows/DinputDevice.cpp index beba28c668..1c8a71feda 100644 --- a/Windows/DinputDevice.cpp +++ b/Windows/DinputDevice.cpp @@ -20,7 +20,6 @@ #include "input/input_state.h" #include "Core/Reporting.h" #include "Xinput.h" -#pragma comment(lib,"dxguid.lib") #pragma comment(lib,"dinput8.lib") static const unsigned int dinput_ctrl_map[] = { diff --git a/Windows/DinputDevice.h b/Windows/DinputDevice.h index f703908aa2..dfff31e552 100644 --- a/Windows/DinputDevice.h +++ b/Windows/DinputDevice.h @@ -16,6 +16,7 @@ // https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/. #pragma once +#include #define DIRECTINPUT_VERSION 0x0800 #include "InputDevice.h" #include "dinput.h"