-
e21a640a
by Alexandre Julliard at 2025-12-18T15:21:38+01:00
ntdll: Set status in IO_STATUS_BLOCK on success.
To ensure that it gets mapped back to 32-bit in new wow64.
-
0fb06b6f
by Alexandre Julliard at 2025-12-18T15:21:40+01:00
ntdll/tests: Comment out one more instance of setting %fs register.
Restoring fsbase is not supported yet.
-
a02a1d8d
by Alexandre Julliard at 2025-12-18T15:21:40+01:00
win32u: Only compare 32 bits of wparam in WM_STYLECHANGED handling.
Fixes resizing of layered windows in new wow64 mode.