mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
fix double underscore fail
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
@@ -323,7 +323,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
|
|||||||
* Use MSVC predefine macro to avoid name check fail.
|
* Use MSVC predefine macro to avoid name check fail.
|
||||||
*/
|
*/
|
||||||
#if (defined(_MSC_VER) && ( _MSC_VER <= 1900 ))
|
#if (defined(_MSC_VER) && ( _MSC_VER <= 1900 ))
|
||||||
#define __func__ __FUNCTION__
|
#define /*no-check-names*/ __func__ __FUNCTION__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* MBEDTLS_LIBRARY_COMMON_H */
|
#endif /* MBEDTLS_LIBRARY_COMMON_H */
|
||||||
|
Reference in New Issue
Block a user