mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Win32: Fix a bug in ma_dlopen() with the UWP build.
Public issue https://github.com/mackron/miniaudio/pull/1095
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
v0.11.25 - TBD
|
||||
=====================
|
||||
* Fixed warnings with the Emscripten build.
|
||||
* Fixed warnings with the Emscripten build relating to the renaming of of `__EMSCRIPTEN_major/minor/tiny__` macros.
|
||||
* Win32: Fixed an error with runtime linking on the UWP build. This is actually a non issue in practice because it would require miniaudio to pass in a DLL name of longer than 2048 characters which it never does.
|
||||
|
||||
|
||||
v0.11.24 - 2026-01-17
|
||||
|
||||
Reference in New Issue
Block a user