From: Dale Weiler Date: Fri, 11 Oct 2013 12:08:36 +0000 (-0400) Subject: I need to test this code on msvc now. X-Git-Tag: 0.3.5~35^2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=856949a5f99c312af4f0154def5b8d0c4a43c0dd;ds=sidebyside I need to test this code on msvc now. --- diff --git a/msvc.c b/msvc.c index d1273c6..e6e9256 100644 --- a/msvc.c +++ b/msvc.c @@ -231,5 +231,5 @@ struct dirent *platform_readdir(DIR *dir) { } int platform_istty(int fd) { - return _istty(fd); + return _isatty(fd); }