Fixed typo in deprecation macro
This commit is contained in:
parent
8ab938d06d
commit
9e0a746a2e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
#ifndef CRITERION_INTERNAL_DEPRECATION_H_
|
#ifndef CRITERION_INTERNAL_DEPRECATION_H_
|
||||||
# define 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
|
# ifdef _MSC_VER
|
||||||
# define CR_DEPRECATED_(Msg) __pragma(Msg)
|
# define CR_DEPRECATED_(Msg) __pragma(Msg)
|
||||||
|
|
Loading…
Add table
Reference in a new issue