fix double underscore fail

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/common.h b/library/common.h
index ba8237a..9b10ec8 100644
--- a/library/common.h
+++ b/library/common.h
@@ -323,7 +323,7 @@
  *      Use MSVC predefine macro to avoid name check fail.
  */
 #if (defined(_MSC_VER) && ( _MSC_VER <= 1900 ))
-#define  __func__ __FUNCTION__
+#define /*no-check-names*/ __func__ __FUNCTION__
 #endif
 
 #endif /* MBEDTLS_LIBRARY_COMMON_H */