Resolve Windows compile error.
parent
8965f6af08
commit
263e3353ae
|
@ -292,7 +292,6 @@ void WASAPIAudioDevice::start()
|
|||
// Start render/capture thread.
|
||||
isRenderCaptureRunning_ = true;
|
||||
renderCaptureThread_ = std::thread([&]() {
|
||||
SetThreadDescription(GetCurrentThread(), L"WASAPI_RenderCapture");
|
||||
log_info("Starting render/capture thread");
|
||||
|
||||
HRESULT res = CoInitializeEx(nullptr, COINIT_MULTITHREADED | COINIT_DISABLE_OLE1DDE);
|
||||
|
|
Loading…
Reference in New Issue