COMP: Another borland problem
This commit is contained in:
parent
759ef8d424
commit
ca6fddec80
|
@ -704,7 +704,9 @@ Modify cmDependsJavaLexer.h:
|
||||||
#if defined( _WIN32 ) && !defined( __CYGWIN__ )
|
#if defined( _WIN32 ) && !defined( __CYGWIN__ )
|
||||||
/* Handle Windows properly */
|
/* Handle Windows properly */
|
||||||
# include <io.h>
|
# include <io.h>
|
||||||
# define isatty _isatty
|
# if defined( _MSC_VER )
|
||||||
|
# define isatty _isatty
|
||||||
|
# endif
|
||||||
# define YY_NO_UNISTD_H 1
|
# define YY_NO_UNISTD_H 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -67,7 +67,9 @@ Modify cmDependsJavaLexer.h:
|
||||||
#if defined( _WIN32 ) && !defined( __CYGWIN__ )
|
#if defined( _WIN32 ) && !defined( __CYGWIN__ )
|
||||||
/* Handle Windows properly */
|
/* Handle Windows properly */
|
||||||
# include <io.h>
|
# include <io.h>
|
||||||
# define isatty _isatty
|
# if defined( _MSC_VER )
|
||||||
|
# define isatty _isatty
|
||||||
|
# endif
|
||||||
# define YY_NO_UNISTD_H 1
|
# define YY_NO_UNISTD_H 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue