-
4a9bc42a
by Alexandre Julliard at 2026-02-04T12:31:46+01:00
ntdll: Add SIGQUIT to the blocked signals.
To avoid a race where a thread gets a SIGQUIT before the thread data
has been initialized properly.
-
bbe2f325
by Alexandre Julliard at 2026-02-04T14:57:09+01:00
ntdll: Add support for loading a unixlib with an explicit name.
-
39a9fa26
by Alexandre Julliard at 2026-02-04T14:57:10+01:00
winecrt0: Add a helper for loading a unixlib by name.
-
f1800451
by Alexandre Julliard at 2026-02-04T15:00:27+01:00
mmdevapi: Load the unixlib directly for audio drivers.
-
a429176c
by Alexandre Julliard at 2026-02-04T22:21:38+01:00
makefiles: Add support for building pure unixlibs without a PE side.