Merge pull request #1223 from cinaera/dxguid

Remove dependency on dxguid.lib
This commit is contained in:
Henrik Rydgård 2013-04-08 11:00:10 -07:00
commit ebb9540577
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"