winebus.sys: Define SYN_DROPPED if missing.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9d704afd93
commit
f1c344bc62
|
@ -49,6 +49,9 @@
|
|||
# if defined(EVIOCGBIT) && defined(EV_ABS) && defined(BTN_PINKIE)
|
||||
# define HAS_PROPER_INPUT_HEADER
|
||||
# endif
|
||||
# ifndef SYN_DROPPED
|
||||
# define SYN_DROPPED 3
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#define NONAMELESSUNION
|
||||
|
|
Loading…
Reference in New Issue