commit | d1bf5d0336b8b1ca1de71a50edafa65694eff8b7 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | 周三 4月 11 21:38:56 2012 +0000 |
committer | Roger Meier <roger@apache.org> | 周三 4月 11 21:38:56 2012 +0000 |
tree | de22e75745a995ba8c8daea717b8915b675a1b13 | |
parent | b1ec4ccca167a7ee21689fb5dd7238310ac91758 [diff] [blame] |
THRIFT-1558 Named Pipe and Anonymous Pipe transport for Windows Patch: Peace C git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1325020 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/windows/config.h b/lib/cpp/src/windows/config.h index d875094..aa361ff 100644 --- a/lib/cpp/src/windows/config.h +++ b/lib/cpp/src/windows/config.h
@@ -53,6 +53,7 @@ #include <Winsock2.h> #include <ws2tcpip.h> #pragma comment(lib, "Ws2_32.lib") +#pragma comment(lib, "advapi32.lib") //For security APIs in TPipeServer // pthreads #if 0