mirror of
https://github.com/3proxy/3proxy.git
synced 2026-05-13 05:51:38 +00:00
Fix shutdown for Windows
This commit is contained in:
parent
acce67a512
commit
07c1dc1462
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@
|
|||
#include <process.h>
|
||||
#define SASIZETYPE int
|
||||
#define SHUT_RDWR SD_BOTH
|
||||
#define SHUT_WR SD_SEND
|
||||
#define SHUT_RD SD_RECEIVE
|
||||
#else
|
||||
#ifndef FD_SETSIZE
|
||||
#define FD_SETSIZE 4096
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue