[PATCH 0/1] MR2544: winedevice: Use the ntoskrnl channel.
31 Mar
31 Mar
4:21 a.m.
New subject: [PATCH 1/1] winedevice: Use the ntoskrnl channel.
From: Zebediah Figura <zfigura(a)codeweavers.com> --- programs/winedevice/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winedevice/device.c b/programs/winedevice/device.c index 0a96307a017..bb585087230 100644 --- a/programs/winedevice/device.c +++ b/programs/winedevice/device.c @@ -30,7 +30,7 @@ #include "wine/debug.h" #include "wine/heap.h" -WINE_DEFAULT_DEBUG_CHANNEL(winedevice); +WINE_DEFAULT_DEBUG_CHANNEL(ntoskrnl); static const WCHAR servicesW[] = L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\"; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/2544
1070
Age (days ago)
1070
Last active (days ago)
1 comments
2 participants
participants (2)
-
Zebediah Figura -
Zebediah Figura (@zfigura)