EAP Channel binding support
[mech_eap.git] / libeap / src / utils / common.h
index 79a394e..2868df7 100644 (file)
@@ -92,7 +92,9 @@ typedef int socklen_t;
 #endif /* CONFIG_NATIVE_WINDOWS */
 
 #ifdef _MSC_VER
+#ifndef __cplusplus
 #define inline __inline
+#endif
 
 #undef vsnprintf
 #define vsnprintf _vsnprintf