compat: add _In_reads_bytes_
This commit is contained in:
parent
8075686eee
commit
bdae4913c0
@ -43,6 +43,9 @@
|
||||
#ifndef _In_reads_
|
||||
#define _In_reads_(p)
|
||||
#endif
|
||||
#ifndef _In_reads_bytes_
|
||||
#define _In_reads_bytes_(p)
|
||||
#endif
|
||||
#ifndef _In_reads_z_
|
||||
#define _In_reads_z_(p)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user