comparison include/SDL_config_iphoneos.h @ 2368:83a6323c3f40 gsoc2008_iphone

added SDL_LOADSO_DLOPEN macro
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Fri, 18 Jul 2008 18:23:23 +0000
parents 720f24b21d27
children f0c16f5ecd75
comparison
equal deleted inserted replaced
2367:e75989d19f46 2368:83a6323c3f40
41 //typedef unsigned int size_t; 41 //typedef unsigned int size_t;
42 #endif 42 #endif
43 43
44 typedef unsigned long uintptr_t; 44 typedef unsigned long uintptr_t;
45 45
46 /* enable OpenGL ES */
46 #define SDL_VIDEO_OPENGL_ES 1 47 #define SDL_VIDEO_OPENGL_ES 1
48
47 #define SDL_VIDEO_RENDER_OGL_ES 1 49 #define SDL_VIDEO_RENDER_OGL_ES 1
48 50
49 #define SDL_HAS_64BIT_TYPE 0 51 #define SDL_HAS_64BIT_TYPE 0
50 52
51 /* Enable various timer systems */ 53 /* Enable various timer systems */
52 #define SDL_TIMER_UNIX 1 54 #define SDL_TIMER_UNIX 1
53 55
54 /* Enable the dummy audio driver (src/audio/dummy/\*.c) */ 56 /* Enable the dummy audio driver (src/audio/dummy/\*.c) */
55 #define SDL_AUDIO_DRIVER_COREAUDIOIPHONE 1 57 #define SDL_AUDIO_DRIVER_COREAUDIOIPHONE 1
56 #define SDL_AUDIO_DRIVER_DUMMY 1 58 #define SDL_AUDIO_DRIVER_DUMMY 1
59
60 /* Enable Unix style SO loading */
61 #define SDL_LOADSO_DLOPEN 1
57 62
58 /* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */ 63 /* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */
59 #define SDL_CDROM_DISABLED 1 64 #define SDL_CDROM_DISABLED 1
60 65
61 /* Enable the stub joystick driver (src/joystick/dummy/\*.c) */ 66 /* Enable the stub joystick driver (src/joystick/dummy/\*.c) */