Skip to content
Snippets Groups Projects
Commit 88bccaf8 authored by deuce's avatar deuce
Browse files

Do not call _termios_setup() on Win32.

parent 2bfe4691
No related branches found
No related tags found
No related merge requests found
......@@ -1989,7 +1989,9 @@ void initdata(void)
else /* Version 1a */
name_len=30;
#ifdef __unix__
_termios_setup();
#endif
if(client_socket==INVALID_SOCKET)
xsdk_mode&=~XSDK_MODE_NOCONSOLE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment