summaryrefslogtreecommitdiff
path: root/msvc_extra_headers/ardourext/pthread.h.input
diff options
context:
space:
mode:
Diffstat (limited to 'msvc_extra_headers/ardourext/pthread.h.input')
-rw-r--r--msvc_extra_headers/ardourext/pthread.h.input7
1 files changed, 7 insertions, 0 deletions
diff --git a/msvc_extra_headers/ardourext/pthread.h.input b/msvc_extra_headers/ardourext/pthread.h.input
new file mode 100644
index 0000000000..9699ef91eb
--- /dev/null
+++ b/msvc_extra_headers/ardourext/pthread.h.input
@@ -0,0 +1,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 */