mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-20 18:30:59 +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 "md.h"
|
||||
|
||||
#if ( defined(__ARMCC_VERSION) || defined(_MSC_VER) ) && \
|
||||
!defined(inline) && !defined(__cplusplus)
|
||||
#define inline __inline
|
||||
#endif
|
||||
|
||||
/*
|
||||
* RFC-4492 page 20:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue