issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / lock / spinlock.h
index e9db002bb4832b96b312f34a02856e8670638702..01537b40600062512c0cd9a824a7eadba64080a0 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$-2
 
-#ifndef __CDS_LOCK_SPINLOCK_H
-#define __CDS_LOCK_SPINLOCK_H
+#ifndef CDSLIB_LOCK_SPINLOCK_H
+#define CDSLIB_LOCK_SPINLOCK_H
 
 /*
     Defines spin-lock primitives
@@ -371,4 +371,4 @@ namespace cds {
 
 } // namespace cds
 
-#endif  // #ifndef __CDS_LOCK_SPINLOCK_H
+#endif  // #ifndef CDSLIB_LOCK_SPINLOCK_H