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
c5e9479b
Commit
c5e9479b
authored
Jun 17, 2013
by
André Hentschel
Committed by
Alexandre Julliard
Jun 18, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dinput: Don't use autoheader styled define.
parent
f07ff7f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
joystick_linuxinput.c
dlls/dinput/joystick_linuxinput.c
+4
-4
No files found.
dlls/dinput/joystick_linuxinput.c
View file @
c5e9479b
...
...
@@ -43,7 +43,7 @@
# include <linux/input.h>
# undef SW_MAX
# if defined(EVIOCGBIT) && defined(EV_ABS) && defined(BTN_PINKIE)
# define HA
VE_CORRECT_LINUXINPUT_H
# define HA
S_PROPER_HEADER
# endif
#endif
#ifdef HAVE_SYS_POLL_H
...
...
@@ -65,7 +65,7 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
dinput
);
#ifdef HA
VE_CORRECT_LINUXINPUT_H
#ifdef HA
S_PROPER_HEADER
#define EVDEVPREFIX "/dev/input/event"
#define EVDEVDRIVER " (event)"
...
...
@@ -1478,7 +1478,7 @@ static const IDirectInputDevice8WVtbl JoystickWvt =
IDirectInputDevice8WImpl_GetImageInfo
};
#else
/* HA
VE_CORRECT_LINUXINPUT_H
*/
#else
/* HA
S_PROPER_HEADER
*/
const
struct
dinput_device
joystick_linuxinput_device
=
{
"Wine Linux-input joystick driver"
,
...
...
@@ -1487,4 +1487,4 @@ const struct dinput_device joystick_linuxinput_device = {
NULL
};
#endif
/* HA
VE_CORRECT_LINUXINPUT_H
*/
#endif
/* HA
S_PROPER_HEADER
*/
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