diff include/SDL_config_win32.h @ 1533:38c1eb6b0083

By default all the real targets have dummy audio/video and disk audio.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 14 Mar 2006 16:19:32 +0000
parents 30f189cdd82b
children 932ba94c4032
line wrap: on
line diff
--- a/include/SDL_config_win32.h	Tue Mar 14 08:53:33 2006 +0000
+++ b/include/SDL_config_win32.h	Tue Mar 14 16:19:32 2006 +0000
@@ -152,6 +152,7 @@
 #ifndef _WIN32_WCE
 #define SDL_VIDEO_DRIVER_DDRAW	1
 #endif
+#define SDL_VIDEO_DRIVER_DUMMY	1
 #define SDL_VIDEO_DRIVER_WINDIB	1
 
 /* Enable OpenGL support */