[MBEDTLS] Missed these files in svn. Addendum to r69512. CORE-10318
[reactos.git] / reactos / include / reactos / libs / mbedtls / ssl_internal.h
index 73279a5..78c748c 100644 (file)
@@ -41,7 +41,8 @@
 #include "sha512.h"
 #endif
 
-#if ( defined(__ARMCC_VERSION) || defined(_MSC_VER) ) && !defined(inline)
+#if ( defined(__ARMCC_VERSION) || defined(_MSC_VER) ) && \
+    !defined(inline) && !defined(__cplusplus)
 #define inline __inline
 #endif