From af734beeba306d849c6fa6b3d1f41461b80d090c Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 19 Nov 2020 10:00:34 +0100 Subject: [PATCH] Use more appropriate SAL annotation for _FormatMessage_format_string_ Signed-off-by: Simon Rozman --- include/WinStd/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/WinStd/Common.h b/include/WinStd/Common.h index c1831e2a..26ff5c20 100644 --- a/include/WinStd/Common.h +++ b/include/WinStd/Common.h @@ -188,7 +188,7 @@ private: #ifndef _FormatMessage_format_string_ -#define _FormatMessage_format_string_ +#define _FormatMessage_format_string_ _In_z_ #endif