mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 02:40:56 +00:00
I need to test this code on msvc now.
This commit is contained in:
parent
d8b3faa871
commit
856949a5f9
1 changed files with 1 additions and 1 deletions
2
msvc.c
2
msvc.c
|
@ -231,5 +231,5 @@ struct dirent *platform_readdir(DIR *dir) {
|
|||
}
|
||||
|
||||
int platform_istty(int fd) {
|
||||
return _istty(fd);
|
||||
return _isatty(fd);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue