mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Updated winedevice-Default_Drivers patchset
Fixes: https://bugs.winehq.org/show_bug.cgi?id=51075
This commit is contained in:
parent
a918fa9a1c
commit
921d247b6b
@ -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 };
|
||||
|
Loading…
Reference in New Issue
Block a user