Update conditional include for pthread.h

Further exclusion of the use of ardourext/pthread.h
This commit is contained in:
EZ4Stephen 2025-12-02 21:45:34 +04:00 committed by GitHub
parent bda088c2a8
commit 6efe8ceeff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@
#include "pbd/timing.h"
/* check for PTW32_VERSION */
#ifdef COMPILER_MSVC
#if defined(COMPILER_MSVC) && !defined(OTHER1)
#include <ardourext/pthread.h>
#else
#include <pthread.h>