mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Allow compilation with winpthreads -- closes #7691
This commit is contained in:
parent
bdc82f68e6
commit
3fd8dad9d6
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ namespace ArdourZita {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* note: mingw and msvc actually use PTW32's implementation of semaphores */
|
/* note: mingw and msvc actually use PTW32's implementation of semaphores */
|
||||||
#if defined(__linux__) || defined(__GNU__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(PTW32_VERSION)
|
#if defined(__linux__) || defined(__GNU__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(PTW32_VERSION) || defined (__WINPTHREADS_VERSION)
|
||||||
|
|
||||||
#include <semaphore.h>
|
#include <semaphore.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue