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
164539e8
Commit
164539e8
authored
Feb 10, 2022
by
Zebediah Figura
Committed by
Alexandre Julliard
Feb 11, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Define NTSTATUS fields using int in afd.h.
Signed-off-by:
Zebediah Figura
<
zfigura@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9856049a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
afd.h
include/wine/afd.h
+4
-4
No files found.
include/wine/afd.h
View file @
164539e8
...
...
@@ -126,7 +126,7 @@ struct afd_poll_params
{
SOCKET
socket
;
int
flags
;
NTSTATUS
status
;
int
status
;
}
sockets
[
1
];
};
...
...
@@ -140,7 +140,7 @@ struct afd_poll_params_64
{
ULONGLONG
socket
;
int
flags
;
NTSTATUS
status
;
int
status
;
}
sockets
[
1
];
};
...
...
@@ -154,7 +154,7 @@ struct afd_poll_params_32
{
ULONG
socket
;
int
flags
;
NTSTATUS
status
;
int
status
;
}
sockets
[
1
];
};
#include <poppack.h>
...
...
@@ -180,7 +180,7 @@ struct afd_event_select_params_32
struct
afd_get_events_params
{
int
flags
;
NTSTATUS
status
[
13
];
int
status
[
13
];
};
C_ASSERT
(
sizeof
(
struct
afd_get_events_params
)
==
56
);
...
...
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