Added missing section suffix on report hooks on Windows VC builds
This commit is contained in:
parent
dc0f871d0e
commit
b594f5cf8a
1 changed files with 3 additions and 1 deletions
|
@ -91,7 +91,9 @@ typedef void (*f_report_hook)();
|
|||
# define ReportHook(Kind) \
|
||||
HOOK_PROTOTYPE_(HOOK_PARAM_TYPE(Kind)); \
|
||||
SECTION_(HOOK_SECTION_STRINGIFY(Kind)) \
|
||||
const f_report_hook HOOK_IDENTIFIER_(func) = (f_report_hook) HOOK_IDENTIFIER_(impl); \
|
||||
const f_report_hook HOOK_IDENTIFIER_(func) = \
|
||||
(f_report_hook) HOOK_IDENTIFIER_(impl) \
|
||||
SECTION_SUFFIX_; \
|
||||
HOOK_PROTOTYPE_
|
||||
|
||||
#endif /* !CRITERION_HOOKS_H_ */
|
||||
|
|
Loading…
Add table
Reference in a new issue