mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-08 23:03:06 -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"
|
#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
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user