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.