mirror of https://github.com/PCSX2/pcsx2.git
usb: Warnings cleanup.
This commit is contained in:
parent
cfb795c23c
commit
3e5f434df3
|
@ -17,7 +17,11 @@
|
|||
|
||||
#include <windows.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#if !defined(DIRECTINPUT_VERSION)
|
||||
#define DIRECTINPUT_VERSION 0x0800
|
||||
#endif
|
||||
|
||||
#include <dinput.h>
|
||||
#include <atomic>
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Reference in New Issue