-
7e3bfd4e
by Alexandre Julliard at 2025-03-17T17:38:10+01:00
krnl386: Handle DOS ioctl with simulated real mode interrupt.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56225
-
53ea2ab6
by Alexandre Julliard at 2025-03-17T17:38:10+01:00
krnl386: Remove the CTX_SEG_OFF_TO_LIN macro.
We no longer support real-mode pointers.
-
f946a990
by Alexandre Julliard at 2025-03-17T17:38:10+01:00
ntdll: Pass an explicit mask to the ROUND_SIZE macro.
For consistency with the ROUND_ADDR macro.
-
2e551428
by Alexandre Julliard at 2025-03-17T17:38:10+01:00
ntdll: Pass the base address to decommit_pages().
For consistency with the other NtFreeVirtualMemory helpers.