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
f9bd79dc
Commit
f9bd79dc
authored
Jul 07, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jul 07, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dinput: Remove DECLSPEC_HIDDEN usage.
parent
9fd2c504
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
device_private.h
dlls/dinput/device_private.h
+5
-5
No files found.
dlls/dinput/device_private.h
View file @
f9bd79dc
...
...
@@ -131,11 +131,11 @@ extern int dinput_device_object_index_from_id( IDirectInputDevice8W *iface, DWOR
extern
BOOL
device_object_matches_semantic
(
const
DIDEVICEINSTANCEW
*
instance
,
const
DIOBJECTDATAFORMAT
*
object
,
DWORD
semantic
,
BOOL
exact
);
extern
BOOL
get_app_key
(
HKEY
*
,
HKEY
*
)
DECLSPEC_HIDDEN
;
extern
DWORD
get_config_key
(
HKEY
,
HKEY
,
const
WCHAR
*
,
WCHAR
*
,
DWORD
)
DECLSPEC_HIDDEN
;
extern
BOOL
device_instance_is_disabled
(
DIDEVICEINSTANCEW
*
instance
,
BOOL
*
override
)
DECLSPEC_HIDDEN
;
extern
void
queue_event
(
IDirectInputDevice8W
*
iface
,
int
index
,
DWORD
data
,
DWORD
time
,
DWORD
seq
)
DECLSPEC_HIDDEN
;
extern
BOOL
get_app_key
(
HKEY
*
,
HKEY
*
);
extern
DWORD
get_config_key
(
HKEY
,
HKEY
,
const
WCHAR
*
,
WCHAR
*
,
DWORD
);
extern
BOOL
device_instance_is_disabled
(
DIDEVICEINSTANCEW
*
instance
,
BOOL
*
override
);
extern
void
queue_event
(
IDirectInputDevice8W
*
iface
,
int
index
,
DWORD
data
,
DWORD
time
,
DWORD
seq
);
extern
const
GUID
dinput_pidvid_guid
DECLSPEC_HIDDEN
;
extern
const
GUID
dinput_pidvid_guid
;
#endif
/* __WINE_DLLS_DINPUT_DINPUTDEVICE_PRIVATE_H */
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