mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Update conditional include for pthread.h
Further exclusion of the use of ardourext/pthread.h
This commit is contained in:
parent
bda088c2a8
commit
6efe8ceeff
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue