- 09 Nov, 2022 13 commits
-
-
Jacek Caban authored
-
Jacek Caban authored
-
Alexandre Julliard authored
It's not part of Windows, so applications have to ship the native version anyway.
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Alexandre Julliard authored
This silences compiler warnings on gcc 12.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Hans Leidekker authored
-
Zhiyi Zhang authored
-
Alex Henrie authored
Needed to compile Tera Term.
-
- 08 Nov, 2022 27 commits
-
-
Brendan Shanks authored
-
Brendan Shanks authored
-
Brendan Shanks authored
-
Evan Tang authored
-
Evan Tang authored
GenoPro isn't very happy if it receives one
-
Evan Tang authored
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Also, the result has to be signed type before converting to double, since it can be negative then (e.g. if system clock is set before 1970). Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
For the WM reader, returning the earliest buffer.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Nikolay Sivov authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53888
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Rémi Bernon authored
This fixes incorrect .text section flags for any module using delay imports. The use of a custom .text$2 section as dlltool is doing causes the section to be flagged as DATA, and ends up with the .text section being writable, which triggers the anti tamper used in Forza Horizon.
-
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
-