- 08 Nov, 2022 40 commits
-
-
Rémi Bernon authored
This fixes incorrect hint values generated by dlltool: instead of the index in the name table, it used the ordinal value, which almost always ends up in a hint lookup failure and a fallback to binary search.
-
Rémi Bernon authored
-
Rémi Bernon authored
Making sure it also emits .cfi and .seh directives and generates unwind tables for the delay import thunks.
-
Rémi Bernon authored
-
Rémi Bernon authored
Set it only when -Wl,--delay-load linker flag is not supported to keep using dlltool in LLVM builds, for MSVC-like import libs.
-
Paul Gofman authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53893
-
Rémi Bernon authored
-
Rémi Bernon authored
Keeping the extension function pointers array on the PE side.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
To avoid cases where git rebase modifies some files very shortly after the build has completed and ends up with the same mtime as the just built files. This can lead to spurious link errors when functions are moved around.
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
secur32: Allocate buffer for either ISC_REQ_ALLOCATE_MEMORY or NULL output in schan_InitializeSecurityContextW().
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Eric Pouech authored
Some shlexec tests timeout on Windows10 (and generate errors as no action has been executed). Improve detection of timeout in child program (so that existing workaround in shell_execute_ex can be triggered). Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Hans Leidekker authored
netprofm: Store a list manager pointer in the network object instead of creating a new list manager.
-
Zhiyi Zhang authored
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
-
Zhiyi Zhang authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=29974Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
-
Dmitry Timoshkov authored
With test case by Michael Müller <michael@fds-team.de>. Zhiyi Zhang's comments: Some applications close the same HTHEME handle more than once, causing use-after-free. HTHEME is a handle rather than a pointer. Some testing shows that it's a handle starting from 0x10000 or 0x20000. Each new handle increments from the first handle and closing handles decrements it. I prefer not to implement this handle to data map for now because it will likely hurt performance. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=29974
-
Bernhard Kölbl authored
Instead of the topology loader.
-
Bernhard Kölbl authored
The copier creation is only called, when the topo resolve code was successful, thus it should always be given, that up and down media types in the copier branch are compatible/the same at this point.
-
Bernhard Kölbl authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Alex Henrie authored
Needed to compile Tera Term.
-
Brendan Shanks authored
-
Brendan Shanks authored
-
Brendan Shanks authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-