Alexandre Julliard pushed to branch master at wine / wine
Commits:
d83fb57b by Gerald Pfeifer at 2025-09-08T20:26:20+02:00
ntdll: Fix the build of check_invalid_gsbase() on FreeBSD.
This addresses
dlls/ntdll/unix/signal_x86_64.c: In function ‘check_invalid_gsbase’:
dlls/ntdll/unix/signal_x86_64.c:2067:23: error: passing argument 1 of ‘amd64_get_gsbase’ from incompatible pointer type [-Wincompatible-pointer-types]
2067 | amd64_get_gsbase( &cur_gsbase );
| ^~~~~~~~~~~
| |
| ULONG_PTR * {aka long unsigned int *}
which shows with modern compilers.
- - - - -
1 changed file:
- dlls/ntdll/unix/signal_x86_64.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d83fb57b244ea18680f9d7269b2679…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d83fb57b244ea18680f9d7269b2679…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
67fae57e by Zhiyi Zhang at 2025-09-08T20:26:20+02:00
gdi32: Use the maximum number of colours when biClrUsed is zero.
Fix a regression from 225004e1. According to MSDN, if the biClrUsed field is zero, the bitmap should
use the maximum number of colours corresponding to the value of the biBitCount member for the
compression mode specified by biCompression.
- - - - -
80e8cda7 by Zhiyi Zhang at 2025-09-08T20:26:20+02:00
gdi32/tests: Test recording StretchDIBits() for bitmaps with zero biClrUsed field in EMFs.
- - - - -
b651da72 by Zhiyi Zhang at 2025-09-08T20:26:20+02:00
gdi32/tests: Test recording SetDIBitsToDevice() for bitmaps with zero biClrUsed field in EMFs.
- - - - -
6efca6a9 by Zhiyi Zhang at 2025-09-08T20:26:20+02:00
Revert "wineps: Use the correct colours when a monochrome bitmap without a colour table is the source.".
This reverts commit ad7e889c1d58aec091e72f08db86346c74070128.
Manual tests show that the color table is always used.
- - - - -
3 changed files:
- dlls/gdi32/emfdc.c
- dlls/gdi32/tests/metafile.c
- dlls/wineps.drv/bitmap.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/123ed6cb1d8da3fe6129a761e78c5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/123ed6cb1d8da3fe6129a761e78c5…
You're receiving this email because of your account on gitlab.winehq.org.