]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_wgl.c
made some things static
[xonotic/darkplaces.git] / vid_wgl.c
index f35eec97ab68d78f382429a13920f0863f066e27..d15c5b0acad10c516cb13e36a7932e14493bf408 100644 (file)
--- a/vid_wgl.c
+++ b/vid_wgl.c
@@ -19,6 +19,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 // gl_vidnt.c -- NT GL vid component
 
+// we don't need a very new dinput
+#define DIRECTINPUT_VERSION 0x0300
+
 #include "quakedef.h"
 #include <windows.h>
 #include <dsound.h>