Common: Capitalize setCurrentThreadName().
This commit is contained in:
parent
7e21e9a721
commit
f4a6d291e1
38 changed files with 53 additions and 53 deletions
|
@ -513,7 +513,7 @@ void WASAPIAudioThread::Run() {
|
|||
|
||||
int WASAPIAudioBackend::RunThread() {
|
||||
CoInitializeEx(nullptr, COINIT_MULTITHREADED);
|
||||
setCurrentThreadName("WASAPI_audio");
|
||||
SetCurrentThreadName("WASAPI_audio");
|
||||
|
||||
if (threadData_ == 0) {
|
||||
// This will free everything once it's done.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue