1 Oct
2025
1 Oct
'25
1:23 a.m.
From: Elizabeth Figura <zfigura(a)codeweavers.com> As FDOs are expected to do. This simply removes the FIXME. --- dlls/winebus.sys/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/winebus.sys/main.c b/dlls/winebus.sys/main.c index fc4ef81985f..4e2227bb636 100644 --- a/dlls/winebus.sys/main.c +++ b/dlls/winebus.sys/main.c @@ -1313,6 +1313,8 @@ static NTSTATUS fdo_pnp_dispatch(DEVICE_OBJECT *device, IRP *irp) bus_options_cleanup(); return ret; + case IRP_MN_QUERY_ID: + break; default: FIXME("Unhandled minor function %#x.\n", irpsp->MinorFunction); } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9063