From 19a3eb69bc6c6e076d602727501c4ecec4674f4d Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 14 Nov 2021 16:04:51 +1000 Subject: [PATCH] Update documentation for the UWP build. --- miniaudio.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/miniaudio.h b/miniaudio.h index 60d417bd..008e26c7 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -435,6 +435,10 @@ dependencies. See below for platform-specific details. The Windows build should compile cleanly on all popular compilers without the need to configure any include paths nor link to any libraries. +The UWP build may require linking to mmdevapi.lib if you get errors about an unresolved external +symbol for ActivateAudioInterfaceAsync(). + + 2.2. macOS and iOS ------------------ The macOS build should compile cleanly without the need to download any dependencies nor link to