include: Add _Inout_updates_bytes_opt_ define.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2b6b349857
commit
9b1e9fce9f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue