Commit 1c9b843e authored by Alexandre Julliard's avatar Alexandre Julliard

include: Don't define __in and __out.

parent 62e2d7a9
......@@ -344,7 +344,7 @@
#define __ecount(size)
#define __ecount_opt(size)
#define __in
/* #define __in */ /* conflicts with system headers */
#define __in_bcount(size)
#define __in_bcount_nz(size)
#define __in_bcount_nz_opt(size)
......@@ -390,7 +390,7 @@
#define __inout_z
#define __inout_z_opt
#define __out
/* #define __out */ /* conflicts with system headers */
#define __out_bcount(size)
#define __out_bcount_full(size)
#define __out_bcount_full_opt(size)
......
......@@ -107,8 +107,8 @@
#ifdef WIN32
#define __in_win __in
#define __out_win __out
#define __in_win
#define __out_win
#endif
......
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