Updated winedevice-Default_Drivers patchset

Fixes: https://bugs.winehq.org/show_bug.cgi?id=51075
This commit is contained in:
Alistair Leslie-Hughes 2021-04-29 08:15:38 +10:00
parent a918fa9a1c
commit 921d247b6b

View File

@ -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 };