Mercurial > sdl-ios-xcode
diff include/SDL_config_win32.h @ 1720:a1ebb17f9c52 SDL-1.3
Cleaned up a bunch of warnings, started adding Win32 event support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 30 Jun 2006 05:42:49 +0000 |
parents | 2047ec9bb665 |
children | e70477157db9 |
line wrap: on
line diff
--- a/include/SDL_config_win32.h Wed Jun 28 08:12:07 2006 +0000 +++ b/include/SDL_config_win32.h Fri Jun 30 05:42:49 2006 +0000 @@ -133,7 +133,7 @@ #ifdef _WIN32_WCE #define SDL_JOYSTICK_DISABLED 1 #else -#define SDL_JOYSTICK_DINPUT 1 +#define SDL_JOYSTICK_WINMM 1 #endif /* Enable various shared object loading systems */ @@ -150,17 +150,8 @@ #endif /* Enable various video drivers */ -#ifdef _WIN32_WCE -#define SDL_VIDEO_DRIVER_GAPI 1 -#endif -#ifndef _WIN32_WCE -#define SDL_VIDEO_DRIVER_DDRAW 1 -#endif #define SDL_VIDEO_DRIVER_DUMMY 1 -#ifndef _WIN32_WCE -#define SDL_VIDEO_DRIVER_GLSDL 1 -#endif -#define SDL_VIDEO_DRIVER_WINDIB 1 +#define SDL_VIDEO_DRIVER_WIN32 1 /* Enable OpenGL support */ #ifndef _WIN32_WCE