diff options
Diffstat (limited to 'common/threads.cpp')
-rw-r--r-- | common/threads.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/threads.cpp b/common/threads.cpp index 76a13d9d..c1d9e8b0 100644 --- a/common/threads.cpp +++ b/common/threads.cpp @@ -129,7 +129,7 @@ void althrd_setname(const char *name [[maybe_unused]]) } /* Do not try using libdispatch on systems where it is absent. */ -#if defined(__APPLE__) && ((MAC_OS_X_VERSION_MIN_REQUIRED > 1050) && !defined(__ppc__)) +#if defined(AL_APPLE_HAVE_DISPATCH) namespace al { |