diff --git a/include/criterion/internal/deprecation.h b/include/criterion/internal/deprecation.h index 30c9477..72b217c 100644 --- a/include/criterion/internal/deprecation.h +++ b/include/criterion/internal/deprecation.h @@ -24,7 +24,7 @@ #ifndef CRITERION_INTERNAL_DEPRECATION_H_ # define CRITERION_INTERNAL_DEPRECATION_H_ -# define CR_DEPRECATED(Msg) CR_DEPRECATED__(message (Msg)) +# define CR_DEPRECATED(Msg) CR_DEPRECATED_(message (Msg)) # ifdef _MSC_VER # define CR_DEPRECATED_(Msg) __pragma(Msg)