17 Oct
2024
17 Oct
'24
3:05 a.m.
Elizabeth Figura (@zfigura) commented about dlls/winebth.sys/winebth.c:
TRACE( "device_obj %p, irp %p, minor function %s\n", device_obj, irp, debugstr_minor_function_code( stack->MinorFunction ) ); switch (stack->MinorFunction) { - case IRP_MN_QUERY_DEVICE_RELATIONS: - break; - case IRP_MN_QUERY_ID: - break;
This is adding and then removing these for no clear reason? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6621#note_85255