diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-17 13:26:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-17 13:26:41 -0500 |
commit | 77026f8a87064efc926f0be1e65c922f5e4ea238 (patch) | |
tree | 9572ce79eadb484a8ab0677197d3ae7764a9328f /src/common/compat.h | |
parent | 959af2024789c32a3daa74360a173fb16cf092fd (diff) | |
parent | 57eab23ea57620b6d4139f684a74cb85188c12fb (diff) | |
download | tor-77026f8a87064efc926f0be1e65c922f5e4ea238.tar.gz tor-77026f8a87064efc926f0be1e65c922f5e4ea238.zip |
Merge branch 'bug22798_029_squashed'
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index 0aabee68c8..93301feda0 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -10,6 +10,9 @@ #ifdef _WIN32 #include <winsock2.h> #include <ws2tcpip.h> +#ifndef SIO_IDEAL_SEND_BACKLOG_QUERY +#define SIO_IDEAL_SEND_BACKLOG_QUERY 0x4004747b +#endif #endif #include "torint.h" #include "testsupport.h" |