mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54: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"
|
#include "pbd/timing.h"
|
||||||
|
|
||||||
/* check for PTW32_VERSION */
|
/* check for PTW32_VERSION */
|
||||||
#ifdef COMPILER_MSVC
|
#if defined(COMPILER_MSVC) && !defined(OTHER1)
|
||||||
#include <ardourext/pthread.h>
|
#include <ardourext/pthread.h>
|
||||||
#else
|
#else
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue