j
k
j a
j l
On Wed, 2 Apr 2003, Gerald Pfeifer wrote:
#define __WINE_NTDLL_MISC_H +#include <unistd.h> #include "winnt.h"
#define __WINE_NTDLL_MISC_H
+#include <unistd.h> #include "winnt.h"
This needs something like this:
+#ifdef HAVE_UNISTD_H +# include <unistd.h> +#endif
Back to the thread
Back to the list