-
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.