- 02 Jun, 2023 16 commits
-
-
Jinoh Kang authored
-
Eric Pouech authored
- correctly taking into accoung SYMOPT_INCLUDE_32BIT_MODULES option - converting, for 32bit modules requested from a 64bit module, the system32 paths into syswow64 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 <epouech@codeweavers.com>
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Zebediah Figura authored
We already use it in the __wine_spec_callfrom16_* functions.
-
Zebediah Figura authored
Presumably at one point there were assemblers that choked on these. However, currently we use segment prefixes elsewhere in wine (namely, in the syscall dispatcher), and it seems fair to assume that a sane compiler should support them.
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Alex Henrie authored
Fixes a warning on GCC 13.
-
Alex Henrie authored
Based on a patch by Austin English. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52868
-
- 01 Jun, 2023 16 commits
-
-
Piotr Caban authored
Fixes regression introduced by 256c3445.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Paul Gofman authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
XACTNOTIFICATIONTYPE_WAVEBANKSTREAMING_INVALIDCONTENT is defined as 18.
-
Alistair Leslie-Hughes authored
The application again the bug, passed 1 as the elem parameter which doubled the memory being allocated. When it overflowed (became negative), the value was passed into GlobalAlloc16 which then failed. GlobalAlloc16 takes a DWORD parameter, so the value isn't going to be truncated. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53092 Original patch by github user cracyc for winevdm.
-
Aurimas Fišeras authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Their prototypes are not meaningful on the Unix side.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
And convert to the sysv ABI.
-
Alexandre Julliard authored
-
- 31 May, 2023 8 commits
-
-
Tim Clem authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Paul Gofman authored
-
Rémi Bernon authored
Instead of constraining the output caps to the current resolution, which breaks when streams with different resolutions are concatenated.
-
Rémi Bernon authored
And remove h264parse element requirement.
-
Rémi Bernon authored
-