https://bugs.winehq.org/show_bug.cgi?id=44556
Bug ID: 44556 Summary: SYN_DROPPED undeclared on Linux < 2.6.39 Product: Wine Version: 3.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winebus.sys Assignee: wine-bugs@winehq.org Reporter: Zenitur@yandex.ru Distribution: ---
When I build Wine on GNU/Linux with 2.6.37 kernel, I'd an error "SYN_DROPPED undeclared".
Google says that it was appear in 2.6.39 and tslib project has this code:
https://github.com/kergoth/tslib/blob/master/plugins/input-raw.c
#ifndef SYN_DROPPED /* < 2.6.39 kernel headers */ # define SYN_DROPPED 3 #endif