dinput: Undefine SW_MAX to avoid possible conflicts with winuser.h.
This commit is contained in:
parent
61b993437f
commit
4ae5b9fd33
|
@ -27,6 +27,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#ifdef HAVE_LINUX_INPUT_H
|
#ifdef HAVE_LINUX_INPUT_H
|
||||||
# include <linux/input.h>
|
# include <linux/input.h>
|
||||||
|
# undef SW_MAX
|
||||||
#endif
|
#endif
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_LINUX_JOYSTICK_H
|
#ifdef HAVE_LINUX_JOYSTICK_H
|
||||||
# include <linux/joystick.h>
|
# include <linux/joystick.h>
|
||||||
|
# undef SW_MAX
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_SYS_POLL_H
|
#ifdef HAVE_SYS_POLL_H
|
||||||
# include <sys/poll.h>
|
# include <sys/poll.h>
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_LINUX_INPUT_H
|
#ifdef HAVE_LINUX_INPUT_H
|
||||||
# include <linux/input.h>
|
# include <linux/input.h>
|
||||||
|
# undef SW_MAX
|
||||||
# if defined(EVIOCGBIT) && defined(EV_ABS) && defined(BTN_PINKIE)
|
# if defined(EVIOCGBIT) && defined(EV_ABS) && defined(BTN_PINKIE)
|
||||||
# define HAVE_CORRECT_LINUXINPUT_H
|
# define HAVE_CORRECT_LINUXINPUT_H
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Reference in New Issue