From: Ross Bencina Date: Fri, 2 Sep 2016 11:12:10 +0000 (+1000) Subject: fix .def file: rename Pa_RefreshDeviceList --> Pa_UpdateAvailableDeviceList X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=ec5b0687a87fdbc1157f60cfc2302f33b5525689;p=portaudio fix .def file: rename Pa_RefreshDeviceList --> Pa_UpdateAvailableDeviceList --- diff --git a/build/msvc/portaudio.def b/build/msvc/portaudio.def index 2534daf..7dcbd23 100644 --- a/build/msvc/portaudio.def +++ b/build/msvc/portaudio.def @@ -35,7 +35,7 @@ Pa_GetStreamReadAvailable @31 Pa_GetStreamWriteAvailable @32 Pa_GetSampleSize @33 Pa_Sleep @34 -Pa_UpdateAvailableDeviceList @35 +Pa_RefreshDeviceList @35 Pa_SetDevicesChangedCallback @36 PaAsio_GetAvailableBufferSizes @50 PaAsio_ShowControlPanel @51