THRIFT-2014 Change C++ lib includes to use <namespace/> style throughout
Patch: Randy Abernethy
diff --git a/lib/cpp/src/thrift/windows/WinFcntl.h b/lib/cpp/src/thrift/windows/WinFcntl.h
index 8910a14..f30c0de 100644
--- a/lib/cpp/src/thrift/windows/WinFcntl.h
+++ b/lib/cpp/src/thrift/windows/WinFcntl.h
@@ -40,7 +40,9 @@
};
#endif
+extern "C" {
int thrift_fcntl(THRIFT_SOCKET fd, int cmd, int flags);
int thrift_poll(THRIFT_POLLFD *fdArray, ULONG nfds, INT timeout);
+}
#endif // _THRIFT_WINDOWS_FCNTL_H_