mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-07 22:27:01 -04:00
Add potential missing inline definition
Signed-off-by: Chien Wong <m@xv97.com>
This commit is contained in:
parent
12f6f28e15
commit
8aa8d78ed9
@ -42,6 +42,11 @@
|
||||
|
||||
#include "mbedtls/bignum.h"
|
||||
|
||||
#if (defined(__ARMCC_VERSION) || defined(_MSC_VER)) && \
|
||||
!defined(inline) && !defined(__cplusplus)
|
||||
#define inline __inline
|
||||
#endif
|
||||
|
||||
/*
|
||||
* ECP error codes
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user