diff options
author | Chris Robinson <[email protected]> | 2014-04-17 20:41:32 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-04-17 20:41:32 -0700 |
commit | 36df67f546c3162e06964ca6a2466023647c7485 (patch) | |
tree | 8a7ed509289f839cf0149025a7284ba07aadaba4 /Alc/backends/dsound.c | |
parent | 528c8c5e774b28b74393b5517d8bee268f1d9624 (diff) |
Rename SetThreadName to althrd_setname
Diffstat (limited to 'Alc/backends/dsound.c')
-rw-r--r-- | Alc/backends/dsound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/backends/dsound.c b/Alc/backends/dsound.c index ac97e54d..b09208ae 100644 --- a/Alc/backends/dsound.c +++ b/Alc/backends/dsound.c @@ -196,7 +196,7 @@ FORCE_ALIGN static int DSoundPlaybackProc(void *ptr) HRESULT err; SetRTPriority(); - SetThreadName(MIXER_THREAD_NAME); + althrd_setname(althrd_current(), MIXER_THREAD_NAME); memset(&DSBCaps, 0, sizeof(DSBCaps)); DSBCaps.dwSize = sizeof(DSBCaps); |