From efa5dc7f5da5d53651401fc513ec8e2dc1a886f5 Mon Sep 17 00:00:00 2001 From: Brian Matzon Date: Mon, 26 Aug 2002 18:14:22 +0000 Subject: [PATCH] fix: dx version defined, so that compile errors are removed --- src/native/win32/org_lwjgl_Display.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/native/win32/org_lwjgl_Display.cpp b/src/native/win32/org_lwjgl_Display.cpp index 9e6c7739..808f5dff 100644 --- a/src/native/win32/org_lwjgl_Display.cpp +++ b/src/native/win32/org_lwjgl_Display.cpp @@ -42,7 +42,8 @@ #include #include "org_lwjgl_Display.h" -//#define DIRECTINPUT_VERSION 0x0700 +#undef DIRECTINPUT_VERSION +#define DIRECTINPUT_VERSION 0x0300 #include