Commit 2703827f authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

include/sal.h: Add _Ret_writes_z_ for Visual Studio 14.0.

parent a59d6387
......@@ -217,6 +217,7 @@
#define _Ret_opt_z_cap_(count)
#define _Ret_range_(exp,exp2)
#define _Ret_writes_bytes_maybenull_(count)
#define _Ret_writes_z_(count)
#define _Ret_z_
#define _Return_type_success_(count)
......
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