From 5b75613f065dd948365d8263ffd75764c8752f95 Mon Sep 17 00:00:00 2001 From: Etienne Dechamps Date: Fri, 1 Jan 2021 15:35:13 +0000 Subject: [PATCH] Add missing PaWasapi_GetDeviceMixFormat cmake DLL export This omission made it impossible to use PaWasapi_GetDeviceMixFormat() from a PortAudio DLL built using CMake. --- cmake_support/template_portaudio.def | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake_support/template_portaudio.def b/cmake_support/template_portaudio.def index d05da59..8044d43 100644 --- a/cmake_support/template_portaudio.def +++ b/cmake_support/template_portaudio.def @@ -51,3 +51,4 @@ PaUtil_SetDebugPrintFunction @55 @DEF_EXCLUDE_WASAPI_SYMBOLS@PaWasapi_GetFramesPerHostBuffer @60 @DEF_EXCLUDE_WASAPI_SYMBOLS@PaWasapi_GetJackDescription @61 @DEF_EXCLUDE_WASAPI_SYMBOLS@PaWasapi_GetJackCount @62 +@DEF_EXCLUDE_WASAPI_SYMBOLS@PaWasapi_GetDeviceMixFormat @63 -- 2.43.0