Move libcds 1.6.0 from SVN
[libcds.git] / cds / threading / details / wintls.h
1 //$$CDS-header$$
2
3 #ifndef __CDS_THREADING_DETAILS_WINTLS_H
4 #define __CDS_THREADING_DETAILS_WINTLS_H
5
6 #include <stdio.h>
7 #include <cds/threading/details/wintls_manager.h>
8
9 #ifndef CDS_CXX11_INLINE_NAMESPACE_SUPPORT
10 namespace cds { namespace threading {
11
12     using wintls::Manager;
13
14 }} // namespace cds::threading
15 #endif
16
17 #endif // #ifndef __CDS_THREADING_DETAILS_WINTLS_H