winebus.sys: Define SYN_DROPPED if missing.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2018-02-26 12:50:54 +01:00
parent 9d704afd93
commit f1c344bc62
1 changed files with 3 additions and 0 deletions

View File

@ -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