- 28 Feb, 2023 17 commits
-
-
Rémi Bernon authored
-
Huw Davies authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Francois Gouget authored
Since Windows 10 2004 so consider the old limitation to be broken.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
It can still be disabled from Wow64.
-
Alexandre Julliard authored
ntdll: Skip dependency only for the actually loaded ntdll and kernel32, instead of matching by name.
-
Alexandre Julliard authored
-
Jinoh Kang authored
Introduce a temporary variable, `other_para`, so that we don't end up returning incorrect para (with stale run) inside the output cursor. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54564
-
Jinoh Kang authored
-
Francois Gouget authored
On Windows EM_GETSELTEXT fails with an invalid parameter error in the Hindi locale but works in most other locales, including UTF-8 ones. So check for this issue and adjust the expected results accordingly. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54559 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54565
-
Francois Gouget authored
-
Francois Gouget authored
-
Alex Henrie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52506
-
Akihiro Sagawa authored
Introduced by commit 669107f6.
-
- 27 Feb, 2023 23 commits
-
-
Francois Gouget authored
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
-
Connor McAdams authored
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Connor McAdams authored
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Connor McAdams authored
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Connor McAdams authored
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Connor McAdams authored
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Connor McAdams authored
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
-
Francois Gouget authored
-
Tingzhong Luo authored
-
Francois Gouget authored
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
-
Francois Gouget authored
Otherwise the only way to identify which failure happened is to check its line number which is not practical across versions.
-
Francois Gouget authored
-
Eric Pouech authored
Introduce get_process_kind() to discriminate configurations. Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54535
-
Eric Pouech authored
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
-