From 9b1e9fce9f212d3bc7e2cef8162b1d1fad5ce00e Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Tue, 21 Jan 2020 23:43:58 +0000 Subject: [PATCH] include: Add _Inout_updates_bytes_opt_ define. Signed-off-by: Alistair Leslie-Hughes Signed-off-by: Alexandre Julliard --- include/sal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sal.h b/include/sal.h index 823361af17e..81a828dd977 100644 --- a/include/sal.h +++ b/include/sal.h @@ -97,6 +97,7 @@ #define _Inout_updates_(count) #define _Inout_updates_bytes_(count) #define _Inout_updates_bytes_all_opt_(count) +#define _Inout_updates_bytes_opt_(count) #define _Inout_updates_opt_(count) #define _Inout_updates_z_(count) #define _Inout_updates_opt_z_(count)