mshtml: Check for HAVE_UNISTD_H before including unistd.h.

This commit is contained in:
Francois Gouget 2007-10-14 14:35:14 +02:00 committed by Alexandre Julliard
parent 3265f2d7c4
commit f4bb8209f2
1 changed files with 3 additions and 1 deletions

View File

@ -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