From 40c1649ede9dd712cafd2c6831771bdec9ccfe35 Mon Sep 17 00:00:00 2001 From: Mark Wissink Date: Wed, 19 Jun 2019 10:19:35 -0400 Subject: Change type of captureFlags to DWORD --- RtAudio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RtAudio.cpp b/RtAudio.cpp index defb800..e0713a0 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -4941,7 +4941,7 @@ void RtApiWasapi::wasapiThread() // declare local stream variables RtAudioCallback callback = ( RtAudioCallback ) stream_.callbackInfo.callback; BYTE* streamBuffer = NULL; - unsigned long captureFlags = 0; + DWORD captureFlags = 0; unsigned int bufferFrameCount = 0; unsigned int numFramesPadding = 0; unsigned int convBufferSize = 0; -- cgit v1.2.3