-
48084374
by Alexandre Julliard at 2026-04-22T22:53:41+02:00
ntdll: Swap the FPU control word between PE and Unix on i386.
This should fix gdiplus test failures.
-
634f171b
by Alexandre Julliard at 2026-04-22T22:53:58+02:00
ntdll: Store the current process id in a global variable.
-
4612d4b4
by Alexandre Julliard at 2026-04-22T23:36:24+02:00
ntdll: Export PsGetCurrentProcessId() and PsGetCurrentThreadId() on the Unix side.
-
3caa317e
by Alexandre Julliard at 2026-04-22T23:36:41+02:00
win32u: Silence a compiler warning.
Exposed by the Unix-side GetCurrentThreadId() changes.