compat: add _In_reads_bytes_

This commit is contained in:
Simon Rozman 2024-09-27 12:24:17 +02:00
parent 8075686eee
commit bdae4913c0

View File

@ -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