issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / compiler / vc / amd64 / cxx11_atomic.h
index 9115c2c94127fdf745650c287407918a5cf418ca..d9163e9c57b00a492f71941f031e398be4bd526f 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_COMPILER_VC_AMD64_CXX11_ATOMIC_H
-#define __CDS_COMPILER_VC_AMD64_CXX11_ATOMIC_H
+#ifndef CDSLIB_COMPILER_VC_AMD64_CXX11_ATOMIC_H
+#define CDSLIB_COMPILER_VC_AMD64_CXX11_ATOMIC_H
 
 #include <intrin.h>
 #include <emmintrin.h>  // for 128bit atomic load/store
@@ -581,4 +581,4 @@ namespace cds { namespace cxx11_atomic {
 }}  // namespace cds::cxx11_atomic
 //@endcond
 
-#endif // #ifndef __CDS_COMPILER_VC_AMD64_CXX11_ATOMIC_H
+#endif // #ifndef CDSLIB_COMPILER_VC_AMD64_CXX11_ATOMIC_H