- 27 Feb, 2023 6 commits
-
-
Francois Gouget authored
NtGetNlsSectionPtr() supports an unknown section 14 which presumably takes no id parameter such that the call succeeds. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54584
-
Francois Gouget authored
Microsoft backported support for the 60403 NLS version from Windows 11 21H2 to Windows 10 22H2 to ensure better compatibility between the two systems. This is similar to when they preserved support for NLS version 6020f when switching Windows 10 2004 to 60305. So use larger version changes to check that IsValidNLSVersion() does reject invalid versions. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54582
-
Gijs Vermeulen authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54581
-
Sven Baars authored
-
Torge Matthies authored
Signed-off-by: Torge Matthies <tmatthies@codeweavers.com>
-
Torge Matthies authored
Signed-off-by: Torge Matthies <tmatthies@codeweavers.com>
-
- 24 Feb, 2023 15 commits
-
-
Sven Baars authored
-
Sven Baars authored
-
Francois Gouget authored
-
Francois Gouget authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54557
-
Marcus Meissner authored
Signed-off-by: Marcus Meissner <marcus@jet.franken.de>
-
Huw Davies authored
Introduced by commit a97fd9f2
-
Ivan Chikish authored
-
Tingzhong Luo authored
Signed-off-by: Tingzhong Luo <luotingzhong@uniontech.com>
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alistair Leslie-Hughes authored
-
Rémi Bernon authored
-
- 23 Feb, 2023 19 commits
-
-
Torge Matthies authored
We don't have to reset pos and the sortkey state for every iteration of the for-loop. In most cases the previous iteration's values are still valid, and can be re-used, skipping a lot of duplicate work. Signed-off-by: Torge Matthies <tmatthies@codeweavers.com>
-
Torge Matthies authored
If I'm interpreting this code correctly, once either of these two if-conditions are true once, they will also be true at some point during all of the remaining iterations of the for-loop. Thus, we can just stop the for-loop here. Signed-off-by: Torge Matthies <tmatthies@codeweavers.com>
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53176
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
Even though this is a waste of memory it seems to trip on some UAF with some games. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54475
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
-