aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-29 10:55:38 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-29 12:21:52 -0400
commit080069c7b37d398447fe63bb3941d4412587978c (patch)
treea350725efeff339c662314761634fb40863dbb94 /src/common
parentb21108f83948c9316245b104aab8b99e8ffe656d (diff)
downloadtor-080069c7b37d398447fe63bb3941d4412587978c.tar.gz
tor-080069c7b37d398447fe63bb3941d4412587978c.zip
Move SIO_IDEAL_SEND_BACKLOG_QUERY into socket.h
Diffstat (limited to 'src/common')
-rw-r--r--src/common/compat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/compat.h b/src/common/compat.h
index a29a3242b7..6ac958c01f 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -10,9 +10,6 @@
#ifdef _WIN32
#include <winsock2.h>
#include <ws2tcpip.h>
-#ifndef SIO_IDEAL_SEND_BACKLOG_QUERY
-#define SIO_IDEAL_SEND_BACKLOG_QUERY 0x4004747b
-#endif
#endif
#include "lib/cc/torint.h"
#include "lib/testsupport/testsupport.h"