1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-21 12:40:51 +03:00

Add potential missing inline definition

Signed-off-by: Chien Wong <m@xv97.com>
This commit is contained in:
Chien Wong
2023-08-10 12:24:43 +08:00
parent 12f6f28e15
commit 8aa8d78ed9

View File

@@ -42,6 +42,11 @@
#include "mbedtls/bignum.h" #include "mbedtls/bignum.h"
#if (defined(__ARMCC_VERSION) || defined(_MSC_VER)) && \
!defined(inline) && !defined(__cplusplus)
#define inline __inline
#endif
/* /*
* ECP error codes * ECP error codes
*/ */