Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
45e0e3df
Commit
45e0e3df
authored
Apr 01, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
server: Update trace for new error codes.
parent
27f2a357
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
trace.c
server/trace.c
+8
-0
No files found.
server/trace.c
View file @
45e0e3df
...
...
@@ -4564,6 +4564,7 @@ static const struct
{
"ABANDONED_WAIT_0"
,
STATUS_ABANDONED_WAIT_0
},
{
"ACCESS_DENIED"
,
STATUS_ACCESS_DENIED
},
{
"ACCESS_VIOLATION"
,
STATUS_ACCESS_VIOLATION
},
{
"ADDRESS_ALREADY_ASSOCIATED"
,
STATUS_ADDRESS_ALREADY_ASSOCIATED
},
{
"ALERTED"
,
STATUS_ALERTED
},
{
"ALIAS_EXISTS"
,
STATUS_ALIAS_EXISTS
},
{
"BAD_DEVICE_TYPE"
,
STATUS_BAD_DEVICE_TYPE
},
...
...
@@ -4574,7 +4575,12 @@ static const struct
{
"CANCELLED"
,
STATUS_CANCELLED
},
{
"CANNOT_DELETE"
,
STATUS_CANNOT_DELETE
},
{
"CANT_OPEN_ANONYMOUS"
,
STATUS_CANT_OPEN_ANONYMOUS
},
{
"CANT_WAIT"
,
STATUS_CANT_WAIT
},
{
"CHILD_MUST_BE_VOLATILE"
,
STATUS_CHILD_MUST_BE_VOLATILE
},
{
"CONNECTION_ABORTED"
,
STATUS_CONNECTION_ABORTED
},
{
"CONNECTION_DISCONNECTED"
,
STATUS_CONNECTION_DISCONNECTED
},
{
"CONNECTION_REFUSED"
,
STATUS_CONNECTION_REFUSED
},
{
"CONNECTION_RESET"
,
STATUS_CONNECTION_RESET
},
{
"DEBUGGER_INACTIVE"
,
STATUS_DEBUGGER_INACTIVE
},
{
"DEVICE_BUSY"
,
STATUS_DEVICE_BUSY
},
{
"DIRECTORY_NOT_EMPTY"
,
STATUS_DIRECTORY_NOT_EMPTY
},
...
...
@@ -4607,6 +4613,8 @@ static const struct
{
"MAPPED_FILE_SIZE_ZERO"
,
STATUS_MAPPED_FILE_SIZE_ZERO
},
{
"MUTANT_NOT_OWNED"
,
STATUS_MUTANT_NOT_OWNED
},
{
"NAME_TOO_LONG"
,
STATUS_NAME_TOO_LONG
},
{
"NETWORK_BUSY"
,
STATUS_NETWORK_BUSY
},
{
"NETWORK_UNREACHABLE"
,
STATUS_NETWORK_UNREACHABLE
},
{
"NOTIFY_ENUM_DIR"
,
STATUS_NOTIFY_ENUM_DIR
},
{
"NOT_ALL_ASSIGNED"
,
STATUS_NOT_ALL_ASSIGNED
},
{
"NOT_A_DIRECTORY"
,
STATUS_NOT_A_DIRECTORY
},
...
...
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