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
516c6af5
Commit
516c6af5
authored
Aug 31, 2023
by
Brendan Shanks
Committed by
Alexandre Julliard
Sep 01, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winebus.sys: Ensure unixlib function tables and enum stay in sync.
parent
9139d870
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
unixlib.c
dlls/winebus.sys/unixlib.c
+2
-0
unixlib.h
dlls/winebus.sys/unixlib.h
+1
-0
No files found.
dlls/winebus.sys/unixlib.c
View file @
516c6af5
...
@@ -351,6 +351,8 @@ const unixlib_entry_t __wine_unix_call_funcs[] =
...
@@ -351,6 +351,8 @@ const unixlib_entry_t __wine_unix_call_funcs[] =
unix_device_set_feature_report
,
unix_device_set_feature_report
,
};
};
C_ASSERT
(
ARRAYSIZE
(
__wine_unix_call_funcs
)
==
unix_funcs_count
);
void
bus_event_cleanup
(
struct
bus_event
*
event
)
void
bus_event_cleanup
(
struct
bus_event
*
event
)
{
{
struct
unix_device
*
iface
=
(
struct
unix_device
*
)(
UINT_PTR
)
event
->
device
;
struct
unix_device
*
iface
=
(
struct
unix_device
*
)(
UINT_PTR
)
event
->
device
;
...
...
dlls/winebus.sys/unixlib.h
View file @
516c6af5
...
@@ -141,6 +141,7 @@ enum unix_funcs
...
@@ -141,6 +141,7 @@ enum unix_funcs
device_set_output_report
,
device_set_output_report
,
device_get_feature_report
,
device_get_feature_report
,
device_set_feature_report
,
device_set_feature_report
,
unix_funcs_count
,
};
};
static
inline
const
char
*
debugstr_device_desc
(
struct
device_desc
*
desc
)
static
inline
const
char
*
debugstr_device_desc
(
struct
device_desc
*
desc
)
...
...
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