move bug #5333 fix to headers

This commit is contained in:
Ozkan Sezer
2022-02-08 21:32:50 +03:00
parent 54304b971d
commit 67f12ede3b
3 changed files with 8 additions and 6 deletions

View File

@@ -28,12 +28,6 @@
#include "SDL_mutex.h"
#include "SDL_timer.h"
#if defined(__WIN32__) && defined(__clang__)
# ifndef HAVE_GCC_ATOMICS
# define HAVE_GCC_ATOMICS 1
# endif
#endif
#if !defined(HAVE_GCC_ATOMICS) && defined(__SOLARIS__)
#include <atomic.h>
#endif