include: Add _Inout_cap_c_(count) macro.

This fixes Wine tests compilation with Visual Studio 10.0 CRT headers.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
This commit is contained in:
Dmitry Timoshkov 2024-04-26 20:25:44 +03:00 committed by Alexandre Julliard
parent 25c58e6887
commit 86b26a9eef

View file

@ -89,6 +89,7 @@
#define _Inout_ #define _Inout_
#define _Inout_bytecap_x_(count) #define _Inout_bytecap_x_(count)
#define _Inout_cap_(count) #define _Inout_cap_(count)
#define _Inout_cap_c_(count)
#define _Inout_opt_ #define _Inout_opt_
#define _Inout_opt_cap_c_(count) #define _Inout_opt_cap_c_(count)
#define _Inout_opt_z_ #define _Inout_opt_z_