* autoload.cc (GetExtendedTcpTable): Remove.
(GetTcpTable): Remove. (CharNextExA): Remove. (FindWindowA): Remove. (ShowWindowAsync): Remove. * dcrt0.cc (disable_dep): Remove unused function. (dll_crt0_0): Drop comment babbling about TS & DEP. * fhandler_socket.cc (address_in_use): Remove unused function. * wincap.cc: Throughout, drop ts_has_dep_problem from wincaps. (wincapc::init): Drop code setting ts_has_dep_problem flag. * wincap.h (struct wincaps): Drop ts_has_dep_problem flags and method.
This commit is contained in:
@@ -39,7 +39,6 @@ struct wincaps
|
||||
unsigned supports_all_posix_ai_flags : 1;
|
||||
unsigned has_restricted_stack_args : 1;
|
||||
unsigned has_transactions : 1;
|
||||
unsigned ts_has_dep_problem : 1;
|
||||
unsigned has_recvmsg : 1;
|
||||
unsigned has_sendmsg : 1;
|
||||
unsigned has_broken_udf : 1;
|
||||
@@ -98,7 +97,6 @@ public:
|
||||
bool IMPLEMENT (supports_all_posix_ai_flags)
|
||||
bool IMPLEMENT (has_restricted_stack_args)
|
||||
bool IMPLEMENT (has_transactions)
|
||||
bool IMPLEMENT (ts_has_dep_problem)
|
||||
bool IMPLEMENT (has_recvmsg)
|
||||
bool IMPLEMENT (has_sendmsg)
|
||||
bool IMPLEMENT (has_broken_udf)
|
||||
|
Reference in New Issue
Block a user