mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-01 12:21:01 +00:00
Fix Windows build
Redefine inline as in other headers
This commit is contained in:
parent
ff8ddd1cb5
commit
932ebf36e5
|
@ -34,6 +34,11 @@
|
||||||
#include "ecp.h"
|
#include "ecp.h"
|
||||||
#include "md.h"
|
#include "md.h"
|
||||||
|
|
||||||
|
#if ( defined(__ARMCC_VERSION) || defined(_MSC_VER) ) && \
|
||||||
|
!defined(inline) && !defined(__cplusplus)
|
||||||
|
#define inline __inline
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* RFC-4492 page 20:
|
* RFC-4492 page 20:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue