[Git][wine/wine][master] 5 commits: makedep: Add an install-unixlib target as a subset of install-lib.
Alexandre Julliard pushed to branch master at wine / wine Commits: 1eb9d1e4 by Alexandre Julliard at 2025-12-05T17:47:24+01:00 makedep: Add an install-unixlib target as a subset of install-lib. Based on MR !9636 by Rémi Bernon. - - - - - 17a65b63 by Alexandre Julliard at 2025-12-05T17:47:24+01:00 makedep: Don't assume that .tab.h files don't contain includes. In vkd3d they do. - - - - - dbb5f62f by Alexandre Julliard at 2025-12-05T17:47:24+01:00 wow64: Build a proper wow64 IO status block for FSCTL_GET_OBJECT_ID. We don't control the FILE_SYNCHRONOUS_IO flags on the root directory of a redirect so it may be async. - - - - - 57e8d039 by Alexandre Julliard at 2025-12-05T17:47:24+01:00 ntdll: Silence warning about non-builtin for fake dlls. - - - - - d2d72bbb by Alexandre Julliard at 2025-12-05T17:47:24+01:00 tomcrypt: Force using 32-bit math library. The 64-bit mode requires 128-bit integers, which trigger compiler bugs in gcc. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58012 - - - - - 4 changed files: - dlls/ntdll/unix/virtual.c - dlls/wow64/file.c - libs/tomcrypt/Makefile.in - tools/makedep.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f45641b8ab5f0c57a3dceda44d2fb0... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f45641b8ab5f0c57a3dceda44d2fb0... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)