mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
8 lines
242 B
Text
8 lines
242 B
Text
|
|
#if !defined( PTHREAD_H )
|
||
|
|
#ifdef _PTHREAD_H // Test added by JE - 12-12-2009
|
||
|
|
#error "ardourext/pthread.h conflicts with an existing pthread library"
|
||
|
|
#else
|
||
|
|
#include <ardourext/ptw32/pthread.h>
|
||
|
|
#endif /* _PTHREAD_H */
|
||
|
|
#endif /* PTHREAD_H */
|