MSVC fix
This commit is contained in:
parent
1d097cc575
commit
290bef5749
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
# define getcwd _getcwd
|
||||
# include <io.h> // isatty()
|
||||
# define isatty _isatty
|
||||
# include "Winsock2.h" // for gethostname()
|
||||
#endif
|
||||
|
||||
// work around a stdc++ lib bug in some versions of linux, but doesn't
|
||||
|
|
Loading…
Reference in a new issue