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>
This commit is contained in:
parent
9d95637994
commit
b7d8ff720c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue