Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
e6894458
Commit
e6894458
authored
Jul 16, 2018
by
Piotr Caban
Committed by
Alexandre Julliard
Jul 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/msvcrt: Add POSIX error codes to errno.h.
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
6b268e77
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
errno.h
include/msvcrt/errno.h
+44
-0
No files found.
include/msvcrt/errno.h
View file @
e6894458
...
...
@@ -63,6 +63,50 @@
# define STRUNCATE 80
#ifndef _CRT_NO_POSIX_ERROR_CODES
# define EADDRINUSE 100
# define EADDRNOTAVAIL 101
# define EAFNOSUPPORT 102
# define EALREADY 103
# define EBADMSG 104
# define ECANCELED 105
# define ECONNABORTED 106
# define ECONNREFUSED 107
# define ECONNRESET 108
# define EDESTADDRREQ 109
# define EHOSTUNREACH 110
# define EIDRM 111
# define EINPROGRESS 112
# define EISCONN 113
# define ELOOP 114
# define EMSGSIZE 115
# define ENETDOWN 116
# define ENETRESET 117
# define ENETUNREACH 118
# define ENOBUFS 119
# define ENODATA 120
# define ENOLINK 121
# define ENOMSG 122
# define ENOPROTOOPT 123
# define ENOSR 124
# define ENOSTR 125
# define ENOTCONN 126
# define ENOTRECOVERABLE 127
# define ENOTSOCK 128
# define ENOTSUP 129
# define EOPNOTSUPP 130
# define EOTHER 131
# define EOVERFLOW 132
# define EOWNERDEAD 133
# define EPROTO 134
# define EPROTONOSUPPORT 135
# define EPROTOTYPE 136
# define ETIME 137
# define ETIMEDOUT 138
# define ETXTBSY 139
# define EWOULDBLOCK 140
#endif
#ifdef __cplusplus
extern
"C"
{
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment