- 22 Feb, 2024 5 commits
-
-
Yuxuan Shui authored
Include a line number of the call site.
-
Yuxuan Shui authored
Add a dummy track parser, that reads through MIDI tracks and events. To make sure we understand the file structure correctly, no actual tracks or events are generated. Also add test cases to make sure we read through a MIDI file correctly.
-
Yuxuan Shui authored
MIDI files aren't RIFF, calling stream_skip_chunk on it is invalid.
-
Brendan McGrath authored
Fixes a test that is frequently failing on the GitLab CI. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56188
-
Alex Henrie authored
-
- 21 Feb, 2024 26 commits
-
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Ivo Ivanov authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Ivo Ivanov authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
The unwind info is now printed from unwind.c.
-
Paul Gofman authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Brendan Shanks authored
%gs is not set until call_init_thunk(). Also, adjust other TEB accesses to be consistent with the surrounding functions. Fixes a crash on macOS introduced by 7ae488a2 ("ntdll: Don't hardcode xstate size in syscall frame.")
-
- 20 Feb, 2024 9 commits
-
-
Alex Henrie authored
-
Biswapriyo Nath authored
-
Biswapriyo Nath authored
-
Biswapriyo Nath authored
-
Biswapriyo Nath authored
-
Biswapriyo Nath authored
-
Daniel Lehman authored
-
Daniel Lehman authored
-
David Kahurani authored
MSI_RecordGetIStream adds a reference to the stream. This reference should be negated as we are done setting the stream. Signed-off-by: David Kahurani <k.kahurani@gmail.com>
-