summaryrefslogtreecommitdiffstats
path: root/platform/windows/joypad_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/windows/joypad_windows.h')
-rw-r--r--platform/windows/joypad_windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/joypad_windows.h b/platform/windows/joypad_windows.h
index 0803ba53c2..cfddbcc8dc 100644
--- a/platform/windows/joypad_windows.h
+++ b/platform/windows/joypad_windows.h
@@ -35,7 +35,7 @@
#define DIRECTINPUT_VERSION 0x0800
#include <dinput.h>
-#include <xinput.h> // on unix the file is called "xinput.h", on windows I'm sure it won't mind
+#include <xinput.h>
#ifndef SAFE_RELEASE // when Windows Media Device M? is not present
#define SAFE_RELEASE(x) \