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
388348dd
Commit
388348dd
authored
Jan 23, 2020
by
Michael Cronenworth
Committed by
Alexandre Julliard
Jan 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winebus: Global variable compatibility update for gcc 10.
Signed-off-by:
Michael Cronenworth
<
mike@cchtml.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
93888fbb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bus.h
dlls/winebus.sys/bus.h
+2
-2
No files found.
dlls/winebus.sys/bus.h
View file @
388348dd
...
...
@@ -54,5 +54,5 @@ DEVICE_OBJECT* bus_enumerate_hid_devices(const platform_vtbl *vtbl, enum_func fu
DWORD
check_bus_option
(
const
UNICODE_STRING
*
option
,
DWORD
default_value
)
DECLSPEC_HIDDEN
;
BOOL
is_xbox_gamepad
(
WORD
vid
,
WORD
pid
)
DECLSPEC_HIDDEN
;
HANDLE
driver_key
DECLSPEC_HIDDEN
;
DEVICE_OBJECT
*
bus_pdo
DECLSPEC_HIDDEN
;
extern
HANDLE
driver_key
DECLSPEC_HIDDEN
;
extern
DEVICE_OBJECT
*
bus_pdo
DECLSPEC_HIDDEN
;
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