Add definition of inline in md5.h

This commit is contained in:
Gilles Peskine 2018-01-23 11:57:19 +01:00
parent 0a96910e55
commit 2840f945d2

View File

@ -36,6 +36,11 @@
// Regular implementation
//
#if ( defined(__ARMCC_VERSION) || defined(_MSC_VER) ) && \
!defined(inline) && !defined(__cplusplus)
#define inline __inline
#endif
#ifdef __cplusplus
extern "C" {
#endif