From 86b26a9eef5ad6b3b8c3184d9a558eb132aba1a0 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Fri, 26 Apr 2024 20:25:44 +0300 Subject: [PATCH] include: Add _Inout_cap_c_(count) macro. This fixes Wine tests compilation with Visual Studio 10.0 CRT headers. Signed-off-by: Dmitry Timoshkov --- include/sal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sal.h b/include/sal.h index 72803a1be39..d49f6308327 100644 --- a/include/sal.h +++ b/include/sal.h @@ -89,6 +89,7 @@ #define _Inout_ #define _Inout_bytecap_x_(count) #define _Inout_cap_(count) +#define _Inout_cap_c_(count) #define _Inout_opt_ #define _Inout_opt_cap_c_(count) #define _Inout_opt_z_