summaryrefslogtreecommitdiff
path: root/msvc_extra_headers/ardourext/pthread.h.input
blob: 9699ef91eb8b784d3d9c00c7effa7392b0035ca3 (plain)
1
2
3
4
5
6
7
#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 */