mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-16 01:38:27 +00:00
parent
d927befcd7
commit
78725dc0cd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue