changeset 108:5c0964dd09f0
Added DIRECTINPUT_VERSION to joystick code.
| author |
TomW |
| date |
Sun Jun 08 22:03:04 2014 +0100 |
| parents |
0202ec1f468e |
| children |
26c6305371cd |
| files |
src/win-joystick.cc |
| diffstat |
1 files changed, 1 insertions(+), 0 deletions(-)
[+]
|
line diff
1.1 --- a/src/win-joystick.cc Sun Jun 08 15:53:09 2014 +0100
1.2 +++ b/src/win-joystick.cc Sun Jun 08 22:03:04 2014 +0100
1.3 @@ -1,3 +1,4 @@
1.4 +#define DIRECTINPUT_VERSION 0x0700
1.5 #include <dinput.h>
1.6 #include "plat-joystick.h"
1.7 #include "plat-dinput.h"