comparison src/video/SDL_video.c @ 3269:a67a961e2171

Removed outdated OS/2 support
author Sam Lantinga <slouken@libsdl.org>
date Sat, 19 Sep 2009 06:43:45 +0000
parents 82ce350be859
children e8f63b28947d
comparison
equal deleted inserted replaced
3268:82ce350be859 3269:a67a961e2171
106 #if SDL_VIDEO_DRIVER_DC 106 #if SDL_VIDEO_DRIVER_DC
107 &DC_bootstrap, 107 &DC_bootstrap,
108 #endif 108 #endif
109 #if SDL_VIDEO_DRIVER_RISCOS 109 #if SDL_VIDEO_DRIVER_RISCOS
110 &RISCOS_bootstrap, 110 &RISCOS_bootstrap,
111 #endif
112 #if SDL_VIDEO_DRIVER_OS2FS
113 &OS2FSLib_bootstrap,
114 #endif 111 #endif
115 #if SDL_VIDEO_DRIVER_NDS 112 #if SDL_VIDEO_DRIVER_NDS
116 &NDS_bootstrap, 113 &NDS_bootstrap,
117 #endif 114 #endif
118 #if SDL_VIDEO_DRIVER_UIKIT 115 #if SDL_VIDEO_DRIVER_UIKIT