Dmitry Timoshkov : include: Add _Inout_updates_opt_z_ stub definition.

Alexandre Julliard julliard at winehq.org
Tue Nov 6 15:10:05 CST 2018


Module: wine
Branch: master
Commit: b7d8ff720cfbfe35e0246d4e323eb2f55e2a697b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b7d8ff720cfbfe35e0246d4e323eb2f55e2a697b

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Tue Nov  6 13:40:43 2018 +0300

include: Add _Inout_updates_opt_z_ stub definition.

Allows to use Wine headers with Visual Studio 12.0.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/sal.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/sal.h b/include/sal.h
index c8b4491..c69f7f9 100644
--- a/include/sal.h
+++ b/include/sal.h
@@ -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)




More information about the wine-cvs mailing list