Explorar o código

macOS: fix atomics using deprecated functions instead of compiler intrinsics, when SDL is built with the Xcode project.

Alex Szpakowski %!s(int64=6) %!d(string=hai) anos
pai
achega
39e8b007a7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      include/SDL_config_macosx.h

+ 2 - 0
include/SDL_config_macosx.h

@@ -130,6 +130,8 @@
 #define HAVE_SYSCONF    1
 #define HAVE_SYSCTLBYNAME 1
 
+#define HAVE_GCC_ATOMICS 1
+
 /* Enable various audio drivers */
 #define SDL_AUDIO_DRIVER_COREAUDIO  1
 #define SDL_AUDIO_DRIVER_DISK   1