issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / os / win / thread.h
index 2650fd062512106ef8175f074f0f569dfe780391..dfb8be52f674ea3a4c75192f44535c57f6ccf3ab 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_OS_WIN_THREAD_H
-#define __CDS_OS_WIN_THREAD_H
+#ifndef CDSLIB_OS_WIN_THREAD_H
+#define CDSLIB_OS_WIN_THREAD_H
 
 #include <windows.h>
 
@@ -41,4 +41,4 @@ namespace cds { namespace OS {
 
 }} // namespace cds::OS
 
-#endif // #ifndef __CDS_OS_WIN_THREAD_H
+#endif // #ifndef CDSLIB_OS_WIN_THREAD_H