diff src/joystick/win32/SDL_mmjoystick.c @ 1433:bb6839704ed6

SDL_windows.h is no longer necessary
author Sam Lantinga <slouken@libsdl.org>
date Sat, 25 Feb 2006 22:18:25 +0000
parents d910939febfa
children 92947e3a18db
line wrap: on
line diff
--- a/src/joystick/win32/SDL_mmjoystick.c	Sat Feb 25 20:48:26 2006 +0000
+++ b/src/joystick/win32/SDL_mmjoystick.c	Sat Feb 25 22:18:25 2006 +0000
@@ -23,7 +23,8 @@
 
 /* Win32 MultiMedia Joystick driver, contributed by Andrei de A. Formiga */
 
-#include "SDL_windows.h"
+#define WIN32_LEAN_AND_MEAN
+#include <windows.h>
 #include <mmsystem.h>
 #include <regstr.h>