diff include/SDL_config_win32.h @ 1658:e49147870aac SDL-1.3

glSDL support
author Sam Lantinga <slouken@libsdl.org>
date Mon, 01 May 2006 06:58:33 +0000
parents a80e1e0880b8
children 281d3f4870e5
line wrap: on
line diff
--- a/include/SDL_config_win32.h	Fri Apr 28 16:55:41 2006 +0000
+++ b/include/SDL_config_win32.h	Mon May 01 06:58:33 2006 +0000
@@ -155,6 +155,9 @@
 #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
 
 /* Enable OpenGL support */