From e6abe5f50d7ece95f93138051021e0a74ea12064 Mon Sep 17 00:00:00 2001 From: TomW Date: Sun, 8 Jun 2014 22:03:04 +0100 Subject: [PATCH] Added DIRECTINPUT_VERSION to joystick code. --- src/win-joystick.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win-joystick.cc b/src/win-joystick.cc index 65962cd..c83ec91 100644 --- a/src/win-joystick.cc +++ b/src/win-joystick.cc @@ -1,3 +1,4 @@ +#define DIRECTINPUT_VERSION 0x0700 #include #include "plat-joystick.h" #include "plat-dinput.h"