include: Add _Inout_updates_opt_z_ stub definition.

Allows to use Wine headers with Visual Studio 12.0.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Dmitry Timoshkov 2018-11-06 13:40:43 +03:00 committed by Alexandre Julliard
parent 9d95637994
commit b7d8ff720c
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
#define _Inout_updates_bytes_(count)
#define _Inout_updates_opt_(count)
#define _Inout_updates_z_(count)
#define _Inout_updates_opt_z_(count)
#define _Inout_z_
#define _Inout_z_bytecap_(count)
#define _Inout_z_cap_(count)