Alexandre Julliard pushed to branch master at wine / wine
Commits:
77dd0e61 by Zhiyi Zhang at 2025-02-06T13:32:18+01:00
include: Fix PRTL_GENERIC_ALLOCATE_ROUTINE prototype.
The last parameter of PRTL_GENERIC_ALLOCATE_ROUTINE should be CLONG instead of LONG.
- - - - -
9b23a225 by Zhiyi Zhang at 2025-02-06T13:32:20+01:00
ntdll/tests: Add RtlInitializeGenericTable() tests.
- - - - -
937da611 by Zhiyi Zhang at 2025-02-06T13:32:20+01:00
ntdll/tests: Add RtlNumberGenericTableElements() tests.
- - - - -
4d92ede5 by Zhiyi Zhang at 2025-02-06T13:32:20+01:00
ntdll: Implement RtlIsGenericTableEmpty().
- - - - -
69be2d78 by Zhiyi Zhang at 2025-02-06T13:32:22+01:00
ntdll/tests: Add RtlIsGenericTableEmpty() tests.
- - - - -
6 changed files:
- dlls/ntdll/ntdll.spec
- dlls/ntdll/rtl.c
- dlls/ntdll/tests/rtl.c
- dlls/ntoskrnl.exe/ntoskrnl.exe.spec
- include/ddk/ntddk.h
- include/ntdef.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3cd1c417434d1024586058839b0cd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3cd1c417434d1024586058839b0cd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a816c476 by Stefan Dösinger at 2025-02-06T13:31:02+01:00
gdi32: Windows adds an extra 4 bytes to EMREXTCREATEPEN.
The application in question doesn't care since it is at the end of a
struct, but the behavior is consistent and adding it is easier than
making our tests check for it.
- - - - -
b8d2f94f by Stefan Dösinger at 2025-02-06T13:31:04+01:00
gdi32: Set EMREXTCREATEPEN offBmi and offBits.
Again to match what the tests get on native.
- - - - -
60f31462 by Stefan Dösinger at 2025-02-06T13:31:07+01:00
gdi32: EMREXTCREATEPEN contains a 32 bit EXTLOGPEN.
- - - - -
3cd1c417 by Stefan Dösinger at 2025-02-06T13:31:11+01:00
gdi32/tests: Add an EMREXTCREATEPEN test.
- - - - -
5 changed files:
- dlls/gdi32/emfdc.c
- dlls/gdi32/tests/generated.c
- dlls/gdi32/tests/metafile.c
- dlls/wow64win/gdi.c
- include/wingdi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7b57598dcfc9198aa9cf6ac4ce17e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7b57598dcfc9198aa9cf6ac4ce17e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a138518d by Jinoh Kang at 2025-02-05T17:54:45+01:00
ntdll: Fix syscall_cfa offset in user_mode_abort_thread for ARM64.
Otherwise sending ^C to a running ARM64 process crashes it randomly.
Note that 0x110 is prev_frame, the field that immediately precedes
syscall_cfa.
Fixes: ca79629b3e436c8799281319dd313249bf05b9b5
- - - - -
1 changed file:
- dlls/ntdll/unix/signal_arm64.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a138518dba1462c4acf2bd910f916a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/a138518dba1462c4acf2bd910f916a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
bd7813f5 by Alexandre Julliard at 2025-02-05T14:18:29+01:00
winegcc: Always specify the output file name when there's no spec file.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=41342
- - - - -
d1fc38fb by Alexandre Julliard at 2025-02-05T14:18:29+01:00
kernel32/tests: Remove some workarounds for old Windows versions.
- - - - -
11075c9a by Alexandre Julliard at 2025-02-05T14:18:29+01:00
kernel32/tests: Add tests for language-specific manifest lookup.
- - - - -
245b2905 by Alexandre Julliard at 2025-02-05T15:11:27+01:00
ntdll: Implement language-specific manifest lookup.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57626
- - - - -
3 changed files:
- dlls/kernel32/tests/actctx.c
- dlls/ntdll/actctx.c
- tools/winegcc/winegcc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7099ba13d4eb3157cbd7814811a61…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7099ba13d4eb3157cbd7814811a61…
You're receiving this email because of your account on gitlab.winehq.org.