"The King of Fighters '98 Ultimate Match Final Edition" depends on
this behavior. At least, the build I have is; it seems other builds
are not.
Signed-off-by: Giovanni Mascellani <gmascellani(a)codeweavers.com>
--
v6: xactengine3_7: Forward wave bank notifications to the application.
faudio: Send WAVEBANKPREPARED notifications.
xactengine3_7/tests: Test notifications when loading a wave bank.
https://gitlab.winehq.org/wine/wine/-/merge_requests/398
- Based on !463
- _RunAndWait and exception handling implemented in later commits
@piotr
--
v3: msvcr100: Implement _StructuredTaskCollection::_Schedule and _Schedule_loc.
msvcr100: Make ExternalContextBase reference-counted.
msvcr100: Factor out the mapping of a context to a scheduler.
msvcr100: Factor out EXCEPTION_RECORD to exception_ptr conversion.
msvcr100: Move exception_ptr functions to a separate file.
msvcr100: Implement invalid_multiple_scheduling exception.
msvcr100: Make all exception ctors with a string parameter trace the string.
https://gitlab.winehq.org/wine/wine/-/merge_requests/464
This series fixes a couple of issue in msvcrt's C++ unmangler.
--
v3: dlls/msvcrt: fix demangling of variables being an array
dlls/msvcrt: add support for restrict and unaligned qualifiers in demangling
dlls/msvcrt: fix and cleanup undecoration of templatized functions and methods
msvcrt: add support for C++11 operator "" in demangling
msvcrt: fix demangling of RTTI type descriptor
https://gitlab.winehq.org/wine/wine/-/merge_requests/470
- Moved from mailing list to GitLab
- Compile warnings are fixed
@piotr
--
v3: msvcr100: Implement invalid_multiple_scheduling exception.
msvcr100: Make all exception ctors with a string parameter trace the string.
https://gitlab.winehq.org/wine/wine/-/merge_requests/463