issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / threading / details / auto_detect.h
index 7a64b2174625af18485948539afebc4a96bcc004..50d6821520e30b84ea1903b8e9f1c6c37a709e9a 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_THREADING_AUTO_DETECT_H
-#define __CDS_THREADING_AUTO_DETECT_H
+#ifndef CDSLIB_THREADING_AUTO_DETECT_H
+#define CDSLIB_THREADING_AUTO_DETECT_H
 
 #if defined(CDS_THREADING_AUTODETECT)
     // Auto-detect appropriate threading model
@@ -42,4 +42,4 @@
 #   error "You must define one of CDS_THREADING_xxx macro before compiling the application"
 #endif
 
-#endif // #ifndef __CDS_THREADING_AUTO_DETECT_H
+#endif // #ifndef CDSLIB_THREADING_AUTO_DETECT_H