- 09 Jun, 2023 2 commits
-
-
Ziqing Hui authored
-
Ziqing Hui authored
-
- 08 Jun, 2023 24 commits
-
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Alexandre Julliard authored
cf. 6b0836e3.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
To avoid returning non-aligned reserved regions.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
And merge reported free areas.
-
Alexandre Julliard authored
-
Alex Henrie authored
-
Daniel Lehman authored
../dlls/msi/dialog.c:4476:11: warning: attempt to call free on non-heap object 'hdr' [-Wfree-nonheap-object] free( &rec->hdr ); ^
-
Alex Henrie authored
-
Alex Henrie authored
queue_task cannot free the struct because it doesn't know whether the struct contains pointers to other dynamically allocated memory that also needs to be freed (as is the case with struct send_request).
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Alex Henrie authored
-
- 07 Jun, 2023 14 commits
-
-
Bernhard Kölbl authored
Signed-off-by: Bernhard Kölbl <besentv@gmail.com>
-
Piotr Caban authored
It's used by the function to find document content type. Fixes regression introduced by e164b8ce.
-
Zebediah Figura authored
Instead of including the IDLs directly, define a local IDL that #includes them, with XAUDIO2_VER defined, and include that generated header. Get rid of compat.c, and use XAUDIO2_VER to modify the code in the other source files. Build the tests for both xaudio2_7 and xaudio2_8 using PARENTSRC, and use XAUDIO2_VER to select between them. This mirrors the approach taken for d3dcompiler, and makes it easier to test more xaudio2 versions in the future.
-
Zebediah Figura authored
Instead of going through the class factory.
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
When applying a new cursor clipping rect, or to the previous foreground thread when foreground changes, to notify it of the cursor clipping rect being reset.
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-