20 Aug
2024
20 Aug
'24
5:57 p.m.
Elizabeth Figura (@zfigura) commented about include/wine/plugplay.idl:
import "wtypes.idl";
+typedef enum _broadcast_device_type +{ + /* DBT_DEVTYP_DEVICEINTERFACE */ + BROADCAST_DEVICE_TYPE_DEVICEINTERFACE = 5, + /* DBT_DEVTYP_HANDLE */ + BROADCAST_DEVICE_TYPE_HANDLE = 6 +} broadcast_device_type;
Do we actually need this enum? Can we just use the DBT_DEVTYP_* values directly? They're not in an enum, but IIRC RPC doesn't care. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6315#note_79369