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
1b99f38b
Commit
1b99f38b
authored
Jul 29, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Aug 01, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dinput: Remove DECLSPEC_HIDDEN usage.
parent
b80ea415
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
dinput_private.h
dlls/dinput/dinput_private.h
+6
-6
No files found.
dlls/dinput/dinput_private.h
View file @
1b99f38b
...
...
@@ -44,8 +44,8 @@ struct dinput
struct
list
device_players
;
/* device instance guid to player name */
};
extern
const
IDirectInput7AVtbl
dinput7_a_vtbl
DECLSPEC_HIDDEN
;
extern
const
IDirectInput8AVtbl
dinput8_a_vtbl
DECLSPEC_HIDDEN
;
extern
const
IDirectInput7AVtbl
dinput7_a_vtbl
;
extern
const
IDirectInput8AVtbl
dinput8_a_vtbl
;
extern
void
dinput_internal_addref
(
struct
dinput
*
dinput
);
extern
void
dinput_internal_release
(
struct
dinput
*
dinput
);
...
...
@@ -75,12 +75,12 @@ extern void dinput_mouse_rawinput_hook( IDirectInputDevice8W *iface, WPARAM wpar
extern
void
dinput_keyboard_rawinput_hook
(
IDirectInputDevice8W
*
iface
,
WPARAM
wparam
,
LPARAM
lparam
,
RAWINPUT
*
raw
);
extern
void
check_dinput_events
(
void
)
DECLSPEC_HIDDEN
;
extern
void
check_dinput_events
(
void
);
extern
HRESULT
_configure_devices
(
IDirectInput8W
*
iface
,
LPDICONFIGUREDEVICESCALLBACK
lpdiCallback
,
LPDICONFIGUREDEVICESPARAMSW
lpdiCDParams
,
DWORD
dwFlags
,
LPVOID
pvRefData
)
DECLSPEC_HIDDEN
;
extern
HRESULT
_configure_devices
(
IDirectInput8W
*
iface
,
LPDICONFIGUREDEVICESCALLBACK
lpdiCallback
,
LPDICONFIGUREDEVICESPARAMSW
lpdiCDParams
,
DWORD
dwFlags
,
LPVOID
pvRefData
);
extern
WCHAR
*
get_mapping_path
(
const
WCHAR
*
device
,
const
WCHAR
*
username
)
DECLSPEC_HIDDEN
;
extern
DWORD
get_device_type
(
DWORD
version
,
BOOL
is_joystick
)
DECLSPEC_HIDDEN
;
extern
WCHAR
*
get_mapping_path
(
const
WCHAR
*
device
,
const
WCHAR
*
username
);
extern
DWORD
get_device_type
(
DWORD
version
,
BOOL
is_joystick
);
#define IS_DIPROP(x) (((ULONG_PTR)(x) >> 16) == 0)
...
...
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