mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03:00
- Updated ARMCC_VERSION to __ARMCC_VERSION
This commit is contained in:
@@ -44,9 +44,9 @@
|
||||
#if defined(_MSC_VER)
|
||||
#define inline _inline
|
||||
#else
|
||||
#if defined(ARMCC_VERSION)
|
||||
#if defined(__ARMCC_VERSION)
|
||||
#define inline __inline
|
||||
#endif /* ARMCC_VERSION */
|
||||
#endif /* __ARMCC_VERSION */
|
||||
#endif /*_MSC_VER */
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user