comparison include/SDL_config_os2.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 99210400e8b9
children 77d6336711fc
comparison
equal deleted inserted replaced
3169:f294338ca6eb 3170:b7a48f533966
134 #define SDL_VIDEO_DRIVER_OS2FS 1 134 #define SDL_VIDEO_DRIVER_OS2FS 1
135 135
136 /* Enable OpenGL support */ 136 /* Enable OpenGL support */
137 /* Nothing here yet for OS/2... :( */ 137 /* Nothing here yet for OS/2... :( */
138 138
139 /* Enable system power support */
140 #define SDL_POWER_OS2 1
141
139 /* Enable assembly routines where available */ 142 /* Enable assembly routines where available */
140 #define SDL_ASSEMBLY_ROUTINES 1 143 #define SDL_ASSEMBLY_ROUTINES 1
141 144
142 #endif /* _SDL_config_os2_h */ 145 #endif /* _SDL_config_os2_h */