diff include/SDL_config.h.in @ 5230:5d01d426f2ea

It's now possible to disable the fast atomic operations, at a huge performance penalty.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 07 Feb 2011 22:57:33 -0800
parents 164f20ba08eb
children 710d00cb3a6a
line wrap: on
line diff
--- a/include/SDL_config.h.in	Mon Feb 07 20:06:26 2011 -0800
+++ b/include/SDL_config.h.in	Mon Feb 07 22:57:33 2011 -0800
@@ -171,6 +171,7 @@
 #undef SDL_DEFAULT_ASSERT_LEVEL
 
 /* Allow disabling of core subsystems */
+#undef SDL_ATOMIC_DISABLED
 #undef SDL_AUDIO_DISABLED
 #undef SDL_CPUINFO_DISABLED
 #undef SDL_EVENTS_DISABLED