Add definition of inline in md5.h
This commit is contained in:
parent
0a96910e55
commit
2840f945d2
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue