Visual Studio: isatty --> _isatty

This commit is contained in:
h_vogt 2012-06-28 23:53:24 +02:00
parent 14914025c0
commit 3a603cf17c
1 changed files with 1 additions and 0 deletions

View File

@ -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