- 12 Dec, 2022 11 commits
-
-
Fabian Maurer authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54000Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
-
Alexandre Julliard authored
This is needed for dladdr1/dlinfo to run the constructors.
-
Alexandre Julliard authored
Reported by Gerald Pfeifer.
-
Piotr Caban authored
-
Torge Matthies authored
Signed-off-by: Torge Matthies <tmatthies@codeweavers.com>
-
Rémi Bernon authored
Allowing the compiler to generate tail calls for the unix thunks.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Robert Wilhelm authored
-
Ziqing Hui authored
-
Ziqing Hui authored
-
- 09 Dec, 2022 29 commits
-
-
Alexandre Julliard authored
-
Bartosz Kosiorek authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53947
-
Rémi Bernon authored
-
Eric Pouech authored
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
Latest changes to heap management can lead to a crash in this situation. Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Nikolay Sivov authored
We are still using exported string functions internally, and that caused mismatches after recent incomplete switching to crt functions. There is also no evidence that crt functions are used at all there, so for now switch back to fix mismatching calls. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Ivo Ivanov authored
Makes the device instance id unique (at least to the bus), as required by MS. It is also easily addressable by other drivers.
-
Ivo Ivanov authored
Fixes also single interface devices not showing class, subclass, protocol of the first interface, which is the behavior on Windows.
-