#pragma once
#ifndef _XERRC_H
#define _XERRC_H
#ifndef RC_INVOKED
#include <yvals.h>
#pragma pack(push,_CRT_PACKING)
#pragma warning(push,_STL_WARNING_LEVEL)
#pragma warning(disable: _STL_DISABLED_WARNINGS)
#pragma warning(disable:
4455
4494
4619
4643
4702
4984
4988
)
_STL_DISABLE_CLANG_WARNINGS
#pragma push_macro("new")
#undef new
enum
class
{
address_family_not_supported
=
102
,
=
100
,
=
101
,
=
113
,
=
7
,
=
33
,
=
14
,
=
9
,
=
104
,
=
32
,
=
106
,
connection_already_in_progress
=
103
,
=
107
,
=
108
,
=
18
,
destination_address_required
=
109
,
=
16
,
=
41
,
=
8
,
=
17
,
=
27
,
=
38
,
=
40
,
=
110
,
=
111
,
=
42
,
inappropriate_io_control_operation
=
25
,
=
4
,
=
22
,
=
29
,
=
5
,
=
21
,
=
115
,
=
116
,
=
117
,
=
118
,
=
119
,
=
10
,
=
121
,
=
39
,
=
120
,
=
122
,
=
123
,
=
28
,
=
124
,
no_such_device_or_address
=
6
,
=
19
,
no_such_file_or_directory
=
2
,
=
3
,
=
20
,
=
128
,
=
125
,
=
126
,
=
12
,
=
129
,
=
105
,
=
112
,
=
1
,
=
130
,
=
140
,
=
133
,
=
13
,
=
134
,
=
135
,
=
30
,
resource_deadlock_would_occur
=
36
,
resource_unavailable_try_again
=
11
,
=
34
,
=
127
,
=
137
,
=
139
,
=
138
,
too_many_files_open_in_system
=
23
,
=
24
,
=
31
,
too_many_symbolic_link_levels
=
114
,
=
132
,
=
136
};
#pragma pop_macro("new")
_STL_RESTORE_CLANG_WARNINGS
#pragma warning(pop)
#pragma pack(pop)
#endif /* RC_INVOKED */
#endif /* _XERRC_H */