mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 10:05:46 +01:00
Correct include guard for function __attribute
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
9e3256aead
commit
f8d733e49a
@ -92,7 +92,7 @@
|
||||
*
|
||||
* This module provides debugging functions.
|
||||
*/
|
||||
#if (defined(_WIN32) || defined(_WIN64))
|
||||
#if defined(__GNUC__)
|
||||
#define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check)
|
||||
#else
|
||||
#define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \
|
||||
|
Loading…
Reference in New Issue
Block a user