wine/dlls/winebus.sys
Gerald Pfeifer 940d13db36 winebus.sys: Declare a variable only when used.
udev_add_device declares a variable (product) even when it is not used
on all platforms. Use the same condition for the declaration that already
guards the code.
2022-12-20 22:37:03 +01:00
..
bus_iohid.c configure: Remove check for the HID Manager (always present on macOS). 2022-12-02 11:04:45 +01:00
bus_sdl.c winebus.sys: Report unique serial numbers for SDL devices. 2022-11-29 21:33:58 +01:00
bus_udev.c winebus.sys: Declare a variable only when used. 2022-12-20 22:37:03 +01:00
hid.c
main.c winebus.sys: Use the Unix call helpers. 2022-11-24 22:20:20 +01:00
Makefile.in
pop_hid_macros.h
psh_hid_macros.h
unix_private.h
unixlib.c
unixlib.h
winebus.inf
winebus.rc
winebus.sys.spec