Zebediah Figura : wineusb.sys: Move the event queue and device list to the Unix library.
12 Jul
2022
12 Jul
'22
9:44 p.m.
Module: wine Branch: master Commit: e4cefae1269d3d79d4638d3488a0264a19b1e442 URL: https://gitlab.winehq.org/wine/wine/-/commit/e4cefae1269d3d79d4638d3488a0264... Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Tue Jul 5 23:53:45 2022 -0500 wineusb.sys: Move the event queue and device list to the Unix library. Since the device hotplug callbacks both queue events and create unix_device objects, we need to move both at the same time. --- dlls/wineusb.sys/unixlib.c | 415 ++++++++++++++++++++++++++++++++++++++++++ dlls/wineusb.sys/unixlib.h | 47 +++++ dlls/wineusb.sys/wineusb.c | 435 ++------------------------------------------- 3 files changed, 480 insertions(+), 417 deletions(-)
1346
Age (days ago)
1346
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard