Merge pull request #421 from dechamps/mixdef

Add missing PaWasapi_GetDeviceMixFormat cmake DLL export
This commit is contained in:
Dmitry Kostjuchenko 2021-01-02 17:30:05 +02:00 committed by GitHub
commit 00df77e6b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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