From 28a9f0826c8ab7a645d1cd60151d6590ec490c1b Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 21 Dec 2014 10:38:40 -0800 Subject: Use a macro for the record thread name --- OpenAL32/Include/alMain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenAL32/Include/alMain.h') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 54bbc565..115edb03 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -760,6 +760,8 @@ struct ALCdevice_struct * compatibility with pthread_setname_np limitations. */ #define MIXER_THREAD_NAME "alsoft-mixer" +#define RECORD_THREAD_NAME "alsoft-record" + struct ALCcontext_struct { -- cgit v1.2.3