mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
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:
@@ -41,6 +41,7 @@ will receive the captured audio.
|
||||
If multiple backends are specified, the priority will be based on the order in which you specify them. If multiple waveform or noise types
|
||||
are specified the last one on the command line will have priority.
|
||||
*/
|
||||
#define MA_FORCE_UWP
|
||||
#include "../test_common/ma_test_common.c"
|
||||
|
||||
typedef enum
|
||||
|
||||
Reference in New Issue
Block a user