issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / os / win / timer.h
index 84b81599e025e6adb54aee272f5610486d959be3..a23f7353b062f547243f486ad0aaf1de8e521a2d 100644 (file)
@@ -1,9 +1,9 @@
 //$$CDS-header$$
 
-#ifndef __CDS_OS_WIN_TIMER_H
-#define __CDS_OS_WIN_TIMER_H
+#ifndef CDSLIB_OS_WIN_TIMER_H
+#define CDSLIB_OS_WIN_TIMER_H
 
-#ifndef __CDS_OS_TIMER_H
+#ifndef CDSLIB_OS_TIMER_H
 #   error "<cds/os/timer.h> must be included"
 #endif
 
@@ -100,4 +100,4 @@ namespace cds { namespace OS {
 }}  // namespae cds::OS
 //@endcond
 
-#endif // #ifndef __CDS_OS_WIN_TIMER_H
+#endif // #ifndef CDSLIB_OS_WIN_TIMER_H