mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-24 10:41:08 +00:00
parent
6d01ffcd94
commit
2aeac8de51
|
@ -39,7 +39,7 @@
|
||||||
defined(__clang__) && (!defined(SWIG))
|
defined(__clang__) && (!defined(SWIG))
|
||||||
#define SDL_THREAD_ANNOTATION_ATTRIBUTE__(x) __attribute__((x))
|
#define SDL_THREAD_ANNOTATION_ATTRIBUTE__(x) __attribute__((x))
|
||||||
#else
|
#else
|
||||||
#define SDL_THREAD_ANNOTATION_ATTRIBUTE__(x) // no-op
|
#define SDL_THREAD_ANNOTATION_ATTRIBUTE__(x) /* no-op */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SDL_CAPABILITY(x) \
|
#define SDL_CAPABILITY(x) \
|
||||||
|
|
Loading…
Reference in a new issue