Alexandre Julliard pushed to branch master at wine / wine
Commits: 6b956d33 by Alexandre Julliard at 2025-08-20T22:00:40+02:00 include: Always use Unicode string constants for the PE build.
- - - - - 5b7b7643 by Alexandre Julliard at 2025-08-20T22:00:41+02:00 server: Use LIST_FOR_EACH_ENTRY in more places.
- - - - - 88865957 by Alexandre Julliard at 2025-08-20T22:00:41+02:00 cabinet: Use the correct structure for DllGetVersion().
This one doesn't use the standard structure. Based on a patch by Tobias Görgens.
- - - - - 1b98e41e by Alexandre Julliard at 2025-08-20T22:00:41+02:00 rsaenh: Don't reset key when nothing was encrypted.
Fixes a regression from dc9ab100fde217579185391c620445952babce54, spotted by Jackie Jiang.
- - - - - ca1b79f2 by Alexandre Julliard at 2025-08-20T22:00:41+02:00 winebuild: Only allow thiscall functions on i386.
- - - - -
13 changed files:
- dlls/cabinet/cabinet.spec - dlls/cabinet/cabinet_main.c - dlls/rsaenh/rsaenh.c - dlls/rsaenh/tests/rsaenh.c - include/sapi.idl - include/shlobj.h - include/shobjidl.idl - server/class.c - server/fd.c - server/hook.c - server/object.c - server/queue.c - tools/winebuild/parser.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0a4ee4a21a9a1ac5362efc763cef22...