PATCH: dlls/ntdll/ntdll_misc.h and struct timeval

Dimitrie O. Paun dimi at intelliware.ca
Wed Apr 2 12:26:59 CST 2003


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.






More information about the wine-devel mailing list