mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
7 lines
242 B
Text
7 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 */
|