comparison include/SDL_config_macos.h @ 1423:4ed717f9e509

Updated for Visual Studio Express 2005
author Sam Lantinga <slouken@libsdl.org>
date Fri, 24 Feb 2006 08:17:28 +0000
parents d2ee8da60262
children 7a610f25c12f
comparison
equal deleted inserted replaced
1422:d2ee8da60262 1423:4ed717f9e509
49 #define HAVE_MEMCPY 1 49 #define HAVE_MEMCPY 1
50 #define HAVE_MEMMOVE 1 50 #define HAVE_MEMMOVE 1
51 #define HAVE_MEMCMP 1 51 #define HAVE_MEMCMP 1
52 52
53 /* Enable various audio drivers */ 53 /* Enable various audio drivers */
54 #define SDL_AUDIO_DRIVER_DISK 1
55 #define SDL_AUDIO_DRIVER_SNDMGR 1 54 #define SDL_AUDIO_DRIVER_SNDMGR 1
56 55
57 /* Enable various cdrom drivers */ 56 /* Enable various cdrom drivers */
58 #define SDL_CDROM_MACOS 1 57 #define SDL_CDROM_MACOS 1
59 58
69 /* Enable various timer systems */ 68 /* Enable various timer systems */
70 #define SDL_TIMER_MACOS 1 69 #define SDL_TIMER_MACOS 1
71 70
72 /* Enable various video drivers */ 71 /* Enable various video drivers */
73 #define SDL_VIDEO_DRIVER_DRAWSPROCKET 1 72 #define SDL_VIDEO_DRIVER_DRAWSPROCKET 1
74 #define SDL_VIDEO_DRIVER_DUMMY 1
75 #define SDL_VIDEO_DRIVER_TOOLBOX 1 73 #define SDL_VIDEO_DRIVER_TOOLBOX 1
76 74
77 /* Enable OpenGL support */ 75 /* Enable OpenGL support */
78 #define SDL_VIDEO_OPENGL 1 76 #define SDL_VIDEO_OPENGL 1
79 77