comparison 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
comparison
equal deleted inserted replaced
1432:0801c9fdbdd6 1433:bb6839704ed6
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 /* Win32 MultiMedia Joystick driver, contributed by Andrei de A. Formiga */ 24 /* Win32 MultiMedia Joystick driver, contributed by Andrei de A. Formiga */
25 25
26 #include "SDL_windows.h" 26 #define WIN32_LEAN_AND_MEAN
27 #include <windows.h>
27 #include <mmsystem.h> 28 #include <mmsystem.h>
28 #include <regstr.h> 29 #include <regstr.h>
29 30
30 #include "SDL_events.h" 31 #include "SDL_events.h"
31 #include "SDL_joystick.h" 32 #include "SDL_joystick.h"