Elizabeth Figura (@zfigura) commented about dlls/winebth.sys/winebth.c:
0, \
{ (DWORD_PTR)( __FILE__ ": " #cs ) } }; \
- static CRITICAL_SECTION cs = { &cs##_debug, -1, 0, 0, 0, 0 };
+DECLARE_CRITICAL_SECTION( device_list_cs );
+static struct list device_list = LIST_INIT( device_list );
+static winebluetooth_watcher_t watcher; +struct bluetooth_radio +{
- struct list entry;
- BOOL removed;
- DEVICE_OBJECT *device_obj;
- DEVICE_OBJECT *device_fdo_bus;
...What's this?
Whatever it is, it's not assigned in this commit...