# define _CLOG_ATTR_PRINTF_FORMAT(format_param, dots_param)
#endif
-#if defined(_MSC_VER) && !defined(__func__)
-# define __func__MSVC
-# define __func__ __FUNCTION__
-#endif
-
#define STRINGIFY_ARG(x) "" #x
#define STRINGIFY_APPEND(a, b) "" a #b
#define STRINGIFY(x) STRINGIFY_APPEND("", x)
#define CLOG_STR_ERROR_N(clg_ref, ...) CLOG_STR_AT_SEVERITY_N(clg_ref, CLG_SEVERITY_ERROR, 0, __VA_ARGS__)
#define CLOG_STR_FATAL_N(clg_ref, ...) CLOG_STR_AT_SEVERITY_N(clg_ref, CLG_SEVERITY_FATAL, 0, __VA_ARGS__)
-#ifdef __func__MSVC
-# undef __func__MSVC
-#endif
-
#ifdef __cplusplus
}
#endif