wine/dlls/wineusb.sys
Zebediah Figura 5addec3966 wineusb.sys: Do not close the device handle more than once.
Since multiple interfaces can hold onto it, we need to refcount it. In order to
do this just refcount the parent device, and close the handle only when the
parent device refcount reaches 0.
2022-12-01 10:25:29 +01:00
..
Makefile.in wineusb.sys: Build without -DWINE_NO_LONG_TYPES. 2022-11-17 16:35:54 +01:00
unixlib.c wineusb.sys: Do not close the device handle more than once. 2022-12-01 10:25:29 +01:00
unixlib.h wineusb.sys: Move event handling to a single thread. 2022-11-30 20:48:20 +01:00
wineusb.c wineusb.sys: Move event handling to a single thread. 2022-11-30 20:48:20 +01:00
wineusb.inf
wineusb.rc
wineusb.sys.spec