Files
bx/include/compat/mingw/sal.h
Branimir Karadžić 26ff6d907d MinGW: Fix sal. (#416)
2026-08-09 15:55:09 -07:00

26 lines
522 B
C

#include "salieri.h"
#ifndef _Analysis_assume_
# define _Analysis_assume_(expr)
#endif // _Analysis_assume_
#ifndef _In_bytecount_
# define _In_bytecount_(size)
#endif // _In_bytecount_
#ifndef _Inout_count_
# define _Inout_count_(size)
#endif // _Inout_count_
#ifndef _Maybenull_
# define _Maybenull_
#endif // _Maybenull_
#ifndef _Outptr_result_buffer_maybenull_
# define _Outptr_result_buffer_maybenull_(size)
#endif // _Outptr_result_buffer_maybenull_
#ifndef _Reserved_
# define _Reserved_
#endif // _Reserved_