Alexandre Julliard pushed to branch master at wine / wine
Commits: b1b5105c by Alexandre Julliard at 2025-04-02T11:35:45+02:00 ntdll: Only check HAVE_PTHREAD_TEB when setting %fs on Linux.
And set SYSCALL_HAVE_WRFSGSBASE independently.
- - - - - d45dafd7 by Alexandre Julliard at 2025-04-02T17:11:52+02:00 wineps.drv: Delay import winspool.
To avoid recursive initialization, since winspool.drv calls wineps.drv from its DllMain, and after 55d2e55499fecbe57736eab80a5fc4a001e24040 winspool doesn't get preloaded during prefix creation.
- - - - - f6e55cad by Alexandre Julliard at 2025-04-02T17:11:52+02:00 kernelbase: Redirect system32 paths manually for delayed file moves.
- - - - - 0518efe8 by Alexandre Julliard at 2025-04-02T17:11:52+02:00 setupapi: Don't print an error when failing to replace a native dll.
- - - - - 62ef1f59 by Alexandre Julliard at 2025-04-02T17:11:52+02:00 setupapi: Delay fake dll installation until reboot for files in use.
- - - - -
4 changed files:
- dlls/kernelbase/file.c - dlls/ntdll/unix/signal_x86_64.c - dlls/setupapi/fakedll.c - dlls/wineps.drv/Makefile.in
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/90a9078eae1552dd84e75b8c58a144...