Visual Studio: isatty --> _isatty
This commit is contained in:
parent
14914025c0
commit
3a603cf17c
|
|
@ -173,6 +173,7 @@
|
|||
#define strcasecmp _stricmp
|
||||
#define strncasecmp _strnicmp
|
||||
#define snprintf _snprintf
|
||||
#define isatty _isatty
|
||||
#define inline __inline
|
||||
/* NAN not available in MS VS 2008 */
|
||||
#ifndef NAN
|
||||
|
|
|
|||
Loading…
Reference in New Issue