comparison include/SDL_config_win32.h @ 3170:b7a48f533966

Initial work on power subsystem for SDL 1.3.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 07 Jun 2009 06:06:35 +0000
parents 77c3e67f0740
children 77d6336711fc
comparison
equal deleted inserted replaced
3169:f294338ca6eb 3170:b7a48f533966
183 #define SDL_VIDEO_OPENGL 1 183 #define SDL_VIDEO_OPENGL 1
184 #define SDL_VIDEO_OPENGL_WGL 1 184 #define SDL_VIDEO_OPENGL_WGL 1
185 #define SDL_VIDEO_RENDER_OGL 1 185 #define SDL_VIDEO_RENDER_OGL 1
186 #endif 186 #endif
187 187
188 /* Enable system power support */
189 #define SDL_POWER_WINDOWS 1
190
188 /* Enable assembly routines (Win64 doesn't have inline asm) */ 191 /* Enable assembly routines (Win64 doesn't have inline asm) */
189 #ifndef _WIN64 192 #ifndef _WIN64
190 #define SDL_ASSEMBLY_ROUTINES 1 193 #define SDL_ASSEMBLY_ROUTINES 1
191 #endif 194 #endif
192 195