this gets the YSDrv service to start successfully (with the MmAllocateContiguousMemorySpecifyCache semi-stub)
this service is used by the nox android emulator
--
v16: Add KeInsertQueueDpc stub
https://gitlab.winehq.org/wine/wine/-/merge_requests/778
This MR accomplishes two things:
1. It removes unused obsolete tests for Windows XP or earlier.
2. It synchronizes RtlUniform so that it matches that of Windows Vista or later.
--
v3: ntdll: Fix integer overflow in RtlUniform.
ntdll/tests: Update test_RtlUniform to match Windows Vista or later.
https://gitlab.winehq.org/wine/wine/-/merge_requests/821
This MR accomplishes two things:
1. It removes unused obsolete tests for Windows XP or earlier.
2. It synchronizes RtlUniform so that it matches that of Windows Vista or later.
--
v2: ntdll: Fix integer overflow in RtlUniform.
https://gitlab.winehq.org/wine/wine/-/merge_requests/821
This MR accomplishes two things:
1. It removes unused obsolete tests for Windows XP or earlier.
2. It synchronizes RtlUniform so that it matches that of Windows Vista or later.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/821