Commit 86b26a9e authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

include: Add _Inout_cap_c_(count) macro.

This fixes Wine tests compilation with Visual Studio 10.0 CRT headers. Signed-off-by: 's avatarDmitry Timoshkov <dmitry@baikal.ru>
parent 25c58e68
......@@ -89,6 +89,7 @@
#define _Inout_
#define _Inout_bytecap_x_(count)
#define _Inout_cap_(count)
#define _Inout_cap_c_(count)
#define _Inout_opt_
#define _Inout_opt_cap_c_(count)
#define _Inout_opt_z_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment