comparison 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
comparison
equal deleted inserted replaced
1719:5b9f50c957ed 1720:a1ebb17f9c52
131 131
132 /* Enable various input drivers */ 132 /* Enable various input drivers */
133 #ifdef _WIN32_WCE 133 #ifdef _WIN32_WCE
134 #define SDL_JOYSTICK_DISABLED 1 134 #define SDL_JOYSTICK_DISABLED 1
135 #else 135 #else
136 #define SDL_JOYSTICK_DINPUT 1 136 #define SDL_JOYSTICK_WINMM 1
137 #endif 137 #endif
138 138
139 /* Enable various shared object loading systems */ 139 /* Enable various shared object loading systems */
140 #define SDL_LOADSO_WIN32 1 140 #define SDL_LOADSO_WIN32 1
141 141
148 #else 148 #else
149 #define SDL_TIMER_WIN32 1 149 #define SDL_TIMER_WIN32 1
150 #endif 150 #endif
151 151
152 /* Enable various video drivers */ 152 /* Enable various video drivers */
153 #ifdef _WIN32_WCE
154 #define SDL_VIDEO_DRIVER_GAPI 1
155 #endif
156 #ifndef _WIN32_WCE
157 #define SDL_VIDEO_DRIVER_DDRAW 1
158 #endif
159 #define SDL_VIDEO_DRIVER_DUMMY 1 153 #define SDL_VIDEO_DRIVER_DUMMY 1
160 #ifndef _WIN32_WCE 154 #define SDL_VIDEO_DRIVER_WIN32 1
161 #define SDL_VIDEO_DRIVER_GLSDL 1
162 #endif
163 #define SDL_VIDEO_DRIVER_WINDIB 1
164 155
165 /* Enable OpenGL support */ 156 /* Enable OpenGL support */
166 #ifndef _WIN32_WCE 157 #ifndef _WIN32_WCE
167 #define SDL_VIDEO_OPENGL 1 158 #define SDL_VIDEO_OPENGL 1
168 #define SDL_VIDEO_OPENGL_WGL 1 159 #define SDL_VIDEO_OPENGL_WGL 1