Mercurial > sdl-ios-xcode
comparison include/SDL_config_macosx.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 |
---|---|
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_COREAUDIO 1 | 54 #define SDL_AUDIO_DRIVER_COREAUDIO 1 |
55 #define SDL_AUDIO_DRIVER_DISK 1 | |
56 #define SDL_AUDIO_DRIVER_SNDMGR 1 | 55 #define SDL_AUDIO_DRIVER_SNDMGR 1 |
57 | 56 |
58 /* Enable various cdrom drivers */ | 57 /* Enable various cdrom drivers */ |
59 #define SDL_CDROM_MACOSX 1 | 58 #define SDL_CDROM_MACOSX 1 |
60 | 59 |