提交 bb280765 编写于 作者: T Tak

Fix shutdown crashes on windows.

上级 99834f8e
......@@ -1177,7 +1177,7 @@ stop_debugger_thread ()
#ifdef HOST_WIN32
shutdown (conn_fd, SD_RECEIVE);
shutdown (listen_fd, SD_BOTH);
close (listen_fd);
closesocket (listen_fd);
#else
shutdown (conn_fd, SHUT_RD);
shutdown (listen_fd, SHUT_RDWR);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册