Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -265,13 +265,14 @@
|
|||||||
/**
|
/**
|
||||||
* Check if the compiler supports a given builtin functionality.
|
* Check if the compiler supports a given builtin functionality.
|
||||||
*
|
*
|
||||||
* This allows preprocessor checks for things that otherwise might fail
|
* This allows preprocessor checks for things that otherwise might fail to
|
||||||
* to compile.
|
* compile.
|
||||||
*
|
*
|
||||||
* Supported by virtually all clang versions and more-recent GCCs. Use this
|
* Supported by virtually all clang versions and more-recent GCCs. Use this
|
||||||
* instead of checking the clang version if possible.
|
* instead of checking the clang version if possible.
|
||||||
*
|
*
|
||||||
* On compilers without has_builtin support, this is defined to 0 (always false).
|
* On compilers without has_builtin support, this is defined to 0 (always
|
||||||
|
* false).
|
||||||
*
|
*
|
||||||
* \since This macro is available since SDL 3.1.3.
|
* \since This macro is available since SDL 3.1.3.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user