summaryrefslogtreecommitdiff
path: root/lib/cpp/src/thrift/transport/TPipeServer.h
diff options
context:
space:
mode:
authorMario Emmenlauer <mario@emmenlauer.de>2020-05-21 23:04:12 +0200
committerMario Emmenlauer <memmenlauer@biodataanalysis.de>2021-09-02 08:53:36 +0200
commit034c9359e978d2465f0ce8530f62c146ef18e935 (patch)
treee346bf2014f67a438c0744ae8b6edca1c313ce30 /lib/cpp/src/thrift/transport/TPipeServer.h
parentb8069cbe9c83a2ac094a91c5bc59a545caabb652 (diff)
downloadthrift-034c9359e978d2465f0ce8530f62c146ef18e935.tar.gz
Reduce the usage of Windows.h, and add macros to slim Windows.h
Diffstat (limited to 'lib/cpp/src/thrift/transport/TPipeServer.h')
-rw-r--r--lib/cpp/src/thrift/transport/TPipeServer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/cpp/src/thrift/transport/TPipeServer.h b/lib/cpp/src/thrift/transport/TPipeServer.h
index 67c5d51a7..249591e09 100644
--- a/lib/cpp/src/thrift/transport/TPipeServer.h
+++ b/lib/cpp/src/thrift/transport/TPipeServer.h
@@ -25,9 +25,6 @@
#ifndef _WIN32
#include <thrift/transport/TServerSocket.h>
#endif
-#ifdef _WIN32
-#include <thrift/windows/Sync.h>
-#endif
#define TPIPE_SERVER_MAX_CONNS_DEFAULT PIPE_UNLIMITED_INSTANCES