equal
deleted
inserted
replaced
148 #define SDL_THREAD_PTHREAD 1 |
148 #define SDL_THREAD_PTHREAD 1 |
149 #endif |
149 #endif |
150 #ifndef SDL_VIDEO_RENDER_OGL_ES2 |
150 #ifndef SDL_VIDEO_RENDER_OGL_ES2 |
151 #define SDL_VIDEO_RENDER_OGL_ES2 1 |
151 #define SDL_VIDEO_RENDER_OGL_ES2 1 |
152 #endif |
152 #endif |
153 #ifndef SDL_LOADSO_DISABLED |
153 #ifndef SDL_LOADSO_DLOPEN |
154 #define SDL_LOADSO_DISABLED 1 |
154 #define SDL_LOADSO_DLOPEN 1 |
155 #endif |
155 #endif |
156 #ifndef SDL_HAPTIC_DISABLED |
156 #ifndef SDL_HAPTIC_DISABLED |
157 #define SDL_HAPTIC_DISABLED 1 |
157 #define SDL_HAPTIC_DISABLED 1 |
158 #endif |
158 #endif |
159 |
159 |