mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
reverted fileno change, MSVS specific API changes follow in another PR
This commit is contained in:
parent
489106ae5e
commit
8c25dc8b18
1 changed files with 0 additions and 4 deletions
|
|
@ -1910,11 +1910,7 @@ extern int isatty (int );
|
||||||
b->yy_bs_column = 0;
|
b->yy_bs_column = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
b->yy_is_interactive = file ? (isatty( _fileno(file) ) > 0) : 0;
|
|
||||||
#else
|
|
||||||
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
||||||
#endif // _MSC_VER
|
|
||||||
errno = oerrno;
|
errno = oerrno;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue