Commit f1c344bc authored by Alexandre Julliard's avatar Alexandre Julliard

winebus.sys: Define SYN_DROPPED if missing.

parent 9d704afd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment