]> Repos - portaudio/commitdiff
Add missing PaWasapi_GetDeviceMixFormat cmake DLL export
authorEtienne Dechamps <etienne@edechamps.fr>
Fri, 1 Jan 2021 15:35:13 +0000 (15:35 +0000)
committerEtienne Dechamps <etienne@edechamps.fr>
Fri, 1 Jan 2021 15:42:20 +0000 (15:42 +0000)
This omission made it impossible to use PaWasapi_GetDeviceMixFormat()
from a PortAudio DLL built using CMake.

cmake_support/template_portaudio.def

index d05da59ab1bba051ef322cf0740a4cef34116518..8044d430a2992d143801cd6056419ea49aa3a25f 100644 (file)
@@ -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