compat: add _Out_writes_all_opt_
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
b1a19c01e8
commit
d118313485
@ -109,6 +109,9 @@
|
|||||||
#ifndef _Out_writes_opt_
|
#ifndef _Out_writes_opt_
|
||||||
#define _Out_writes_opt_(p)
|
#define _Out_writes_opt_(p)
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef _Out_writes_all_opt_
|
||||||
|
#define _Out_writes_all_opt_(p)
|
||||||
|
#endif
|
||||||
#ifndef _Out_writes_opt_z_
|
#ifndef _Out_writes_opt_z_
|
||||||
#define _Out_writes_opt_z_(p)
|
#define _Out_writes_opt_z_(p)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user