On Wed, 2 Apr 2003, Gerald Pfeifer wrote:

>  #define __WINE_NTDLL_MISC_H
> 
> +#include <unistd.h>
>  #include "winnt.h"

This needs something like this:

+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif

-- 
Dimi.




Reply via email to