issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / compiler / icl / compiler_barriers.h
index 66d9675281d8f5c3421e1f576ddcdb578a5e7a74..ccf43af4b596f3bd11323fa7ef6503676001a640 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_COMPILER_ICL_COMPILER_BARRIERS_H
-#define __CDS_COMPILER_ICL_COMPILER_BARRIERS_H
+#ifndef CDSLIB_COMPILER_ICL_COMPILER_BARRIERS_H
+#define CDSLIB_COMPILER_ICL_COMPILER_BARRIERS_H
 
 #if defined(_MSC_VER) && _MSC_VER < 1700
     // VC++ up to vc10
@@ -24,4 +24,4 @@
 #   define CDS_COMPILER_W_BARRIER   CDS_COMPILER_RW_BARRIER
 #endif
 
-#endif  // #ifndef __CDS_COMPILER_ICL_COMPILER_BARRIERS_H
+#endif  // #ifndef CDSLIB_COMPILER_ICL_COMPILER_BARRIERS_H