Remove dependency on dxguid.lib

This commit is contained in:
BeaR 2013-04-08 18:26:01 +02:00
parent 58e8d5299b
commit 01e23dc77f
2 changed files with 1 additions and 1 deletions

View file

@ -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[] = {

View file

@ -16,6 +16,7 @@
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#pragma once
#include <InitGuid.h>
#define DIRECTINPUT_VERSION 0x0800
#include "InputDevice.h"
#include "dinput.h"