Fix an error when dynamically linking when forcing the UWP build.

This also fixes a possible crash during initialization due to leaving a
thread running after early termination of the initialization routine.
This commit is contained in:
David Reid
2023-11-04 08:43:16 +10:00
parent b19cc09fd0
commit eb0ce6f1a5
3 changed files with 42 additions and 38 deletions
+5
View File
@@ -1,3 +1,8 @@
v0.11.20 - TBD
=====================
* Fix an error when dynamically linking libraries when forcing the UWP build on desktop.
v0.11.19 - 2023-11-04
=====================
* Fix a bug where `ma_decoder_init_file()` can incorrectly return successfully.