mshtml: Check for HAVE_UNISTD_H before including unistd.h.
This commit is contained in:
parent
3265f2d7c4
commit
f4bb8209f2
@ -20,7 +20,9 @@
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#define COBJMACROS
|
||||
#define NONAMELESSUNION
|
||||
|
Loading…
x
Reference in New Issue
Block a user