mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
winecoreaudio: Protect pthread.h inclusion.
This commit is contained in:
parent
5629f74d0d
commit
21668ad76a
@ -32,7 +32,9 @@
|
|||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <pthread.h>
|
#ifdef HAVE_PTHREAD_H
|
||||||
|
# include <pthread.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user