mirror of
https://github.com/bkaradzic/bx.git
synced 2026-09-14 14:28:26 +00:00
26 lines
522 B
C
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_
|