Elizabeth Figura (@zfigura) commented about dlls/winebth.sys/winebluetooth.h:
+{
- return r1.handle == r2.handle;
+}
+typedef struct +{ +#ifdef WINE_UNIX_LIB
- void *handle;
+#else
- UINT_PTR handle;
+#endif +} winebluetooth_watcher_t;
+enum winebluetooth_watcher_event_type +{
- BLUETOOTH_WATCHER_EVENT_TYPE_NONE,
What's this type for?