stdex
Additional custom or not Standard C++ covered algorithms
Loading...
Searching...
No Matches
include
stdex
sal.h
1
/*
2
SPDX-License-Identifier: MIT
3
Copyright © 2022 Amebis
4
*/
5
6
#pragma once
7
8
#ifdef _WIN32
9
#include <sal.h>
10
#endif
11
12
#ifndef _In_
13
#define _In_
14
#endif
15
#ifndef _In_bytecount_
16
#define _In_bytecount_(p)
17
#endif
18
#ifndef _In_count_
19
#define _In_count_(p)
20
#endif
21
#ifndef _In_opt_
22
#define _In_opt_
23
#endif
24
#ifndef _In_opt_count_
25
#define _In_opt_count_(p)
26
#endif
27
#ifndef _In_opt_z_count_
28
#define _In_opt_z_count_(p)
29
#endif
30
#ifndef _In_z_
31
#define _In_z_
32
#endif
33
#ifndef _In_z_count_
34
#define _In_z_count_(p)
35
#endif
36
37
#ifndef _Inout_
38
#define _Inout_
39
#endif
40
41
#ifndef _Use_decl_annotations_
42
#define _Use_decl_annotations_
43
#endif
44
45
#ifndef _Out_
46
#define _Out_
47
#endif
48
#ifndef _Out_opt_
49
#define _Out_opt_
50
#endif
51
52
#ifndef _Success_
53
#define _Success_(p)
54
#endif
Generated on Tue Sep 13 2022 13:37:17 for stdex by
1.9.5