diff --git a/patches/winedevice-Default_Drivers/0004-programs-winedevice-Load-some-common-drivers-and-fix.patch b/patches/winedevice-Default_Drivers/0004-programs-winedevice-Load-some-common-drivers-and-fix.patch index eaa75d8a..90d88e00 100644 --- a/patches/winedevice-Default_Drivers/0004-programs-winedevice-Load-some-common-drivers-and-fix.patch +++ b/patches/winedevice-Default_Drivers/0004-programs-winedevice-Load-some-common-drivers-and-fix.patch @@ -107,7 +107,7 @@ index 509cab96308..14f8c9e4704 100644 static void WINAPI ServiceMain( DWORD argc, LPWSTR *argv ) { + static const WCHAR ntoskrnlW[] = L"C:\\windows\\system32\\ntoskrnl.exe"; -+ static const WCHAR win32kW[] = L"C:\\windows\\system32\\win32k.sys"; ++ static const WCHAR win32kW[] = L"C:\\windows\\system32\\drivers\\win32k.sys"; + static const WCHAR dxgkrnlW[] = L"C:\\windows\\system32\\drivers\\dxgkrnl.sys"; + static const WCHAR dxgmms1W[] = L"C:\\windows\\system32\\drivers\\dxgmms1.sys"; + static const WCHAR *stubs[] = { win32kW, dxgkrnlW, dxgmms1W };