mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
Fix windows build
This commit is contained in:
parent
b5b6435ab9
commit
53265b742d
@ -20,6 +20,11 @@
|
|||||||
|
|
||||||
#undef DIRECTINPUT_VERSION
|
#undef DIRECTINPUT_VERSION
|
||||||
#define DIRECTINPUT_VERSION 0x0800
|
#define DIRECTINPUT_VERSION 0x0800
|
||||||
|
|
||||||
|
#ifndef WM_MOUSEHWHEEL
|
||||||
|
#define WM_MOUSEHWHEEL 0x20e
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <dinput.h>
|
#include <dinput.h>
|
||||||
|
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user