summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/joystick.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/joystick.cpp b/src/joystick.cpp
index 6839017..29be76f 100644
--- a/src/joystick.cpp
+++ b/src/joystick.cpp
@@ -12,9 +12,12 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see http://www.gnu.org/licenses/.// joystick.cpp
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// joystick.cpp
#define STRICT
+#define DIRECTINPUT_VERSION 0x0700
#include <windows.h>
#include <dinput.h>