Flex (v 2.5.35) uses this symbol to "exclude" unistd.h

svn path=/trunk/; revision=25170
This commit is contained in:
Anders Broman 2008-04-25 06:42:37 +00:00
parent eedcd98bd2
commit 79de16f83c
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@
#define __STDC__ 0
#endif
/*
* Flex (v 2.5.35) uses this symbol to "exclude" unistd.h
*/
#define YY_NO_UNISTD_H
/* Use Unicode in Windows runtime functions. */
#define UNICODE 1
#define _UNICODE 1