- Feb 27, 2023
-
-
This test creates 512 threads so the default 2 MB stack size requires 1 GB which can cause out-of-virtual-memory-space issues. So cause threadpool to use the smallest possible stack size, which should be 1 MB, halving the virtual memory usage. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54064
-
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
-
-
SetDeviceGammaRamp() checks the specified ramp to prevent applications from setting malicious gamma ramps (e.g. hiding text by remapping its color to match the background). But Windows 10 1909 has fewer checks than later Windows 10 versions. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54593
-
Otherwise the only way to identify which failure happened is to check its line number which is not practical across versions.
-
-
Introduce get_process_kind() to discriminate configurations. Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54535
-
Since this API sporadically fails with STATUS_INFO_LENGTH_MISMATCH as GetLastError() (sic!) on Windows 11, retrying the call let us get the relevant output. No clear explanation of the cause of the failure, it's maybe generated when modules are still loaded into child process and it detects modification of the modules' list while enumerating all modules. Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Also some needed header files from Zycore version 1.4.1.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Instead of the 4 bytes array wire size returned by get_type_size, which will truncate the pointer on 64-bit. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54562
-
-
Windows 11 uses a narrow non-breaking space instead of a plain one when formatting numbers. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54583
-
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
-
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
-
-
Signed-off-by: Torge Matthies <tmatthies@codeweavers.com>
-
Signed-off-by: Torge Matthies <tmatthies@codeweavers.com>
-
- Feb 24, 2023
-
-
-
-
-
Signed-off-by: Marcus Meissner <marcus@jet.franken.de>
-
Introduced by commit a97fd9f2
-
-
Signed-off-by: Tingzhong Luo <luotingzhong@uniontech.com>
-