IOT-1072 Unfork libcoap: update forked headers
[platform/upstream/iotivity.git] / extlibs / tinydtls / tinydtls.h
index eca7ff7..7921b08 100644 (file)
@@ -52,7 +52,7 @@
 #  if defined(__cplusplus)
 #    define INLINE_API inline
 #  else
-#    ifdef _WIN32
+#    ifdef _MSC_VER
 #      define INLINE_API static __inline
 #    else
 #      define INLINE_API static inline