Merge pull request #1495 from libretro/fr500-patch-2

Fix windows build
This commit is contained in:
Twinaphex 2015-03-13 04:49:46 +01:00
commit f8926c494f

View File

@ -20,6 +20,11 @@
#undef DIRECTINPUT_VERSION
#define DIRECTINPUT_VERSION 0x0800
#ifndef WM_MOUSEHWHEEL
#define WM_MOUSEHWHEEL 0x20e
#endif
#include <dinput.h>
#include "../../general.h"