[Git][wine/wine][master] 4 commits: ntdll: Swap the FPU control word between PE and Unix on i386.
Alexandre Julliard pushed to branch master at wine / wine Commits: 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. - - - - - 9 changed files: - dlls/ntdll/unix/debug.c - dlls/ntdll/unix/env.c - dlls/ntdll/unix/server.c - dlls/ntdll/unix/signal_i386.c - dlls/ntdll/unix/thread.c - dlls/ntdll/unix/unix_private.h - dlls/win32u/dc.c - include/winbase.h - include/winternl.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2ef16dfb5d381c24d35889825bdc2a... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2ef16dfb5d381c24d35889825bdc2a... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)