Alex Henrie (@alexhenrie) commented about dlls/winebus.sys/bus_udev.c:
udev_add_device(dev, -1); else {
+#ifdef HAVE_SYS_INOTIFY_H
struct base_device *impl;
impl = find_device_from_devnode(udev_device_get_devnode(dev)); if (impl) bus_event_queue_device_removed(&event_queue, &impl->unix_device); else WARN("failed to find device for udev device %p\n", dev);
Would it be helpful to print a (different) warning message if inotify.h was not available at compile time?