mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
wrc: Include unistd.h before the Windows headers.
This commit is contained in:
parent
7be2f6d985
commit
da3ee66505
@ -106,7 +106,9 @@ cident [a-zA-Z_][0-9a-zA-Z_]*
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
|
||||
#ifndef HAVE_UNISTD_H
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#define YY_NO_UNISTD_H
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user