From b2af5291f599ddc314bf31567592014ff81ca653 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 13 Sep 2023 23:19:46 +0200 Subject: [PATCH] Fix issues introduced with porting to macOS and sync with Windows Signed-off-by: Simon Rozman --- include/stdex/compat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/stdex/compat.hpp b/include/stdex/compat.hpp index 83620b7d4..cf4cb659c 100644 --- a/include/stdex/compat.hpp +++ b/include/stdex/compat.hpp @@ -102,7 +102,7 @@ #define _Out_writes_bytes_(p) #endif #ifndef _Out_writes_to_ -#define _Out_writes_to_(p) +#define _Out_writes_to_(p, q) #endif #ifndef _Out_writes_all_ #define _Out_writes_all_(p)