Fix issues introduced with porting to macOS and sync with Windows

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2023-09-13 23:19:46 +02:00
parent 870961cd12
commit b2af5291f5

View File

@ -102,7 +102,7 @@
#define _Out_writes_bytes_(p)
#endif
#ifndef _Out_writes_to_
#define _Out_writes_to_(p)
#define _Out_writes_to_(p, q)
#endif
#ifndef _Out_writes_all_
#define _Out_writes_all_(p)