issue#11: tests/unit: changed .h file guard prefix to CDSUNIT_xxx
[libcds.git] / tests / unit / lock / win32_lock.h
index ff3ddb60b99a64bd2326ff6e4ae8448d392cdb20..760924b6dedaee7d04d0204f01976950e7313e2c 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __UNIT_LOCK_WIN32_LOCK_H
-#define __UNIT_LOCK_WIN32_LOCK_H
+#ifndef CDSUNIT_LOCK_WIN32_LOCK_H
+#define CDSUNIT_LOCK_WIN32_LOCK_H
 
 #if defined(_WIN32) || defined(_WIN64)
 #include <windows.h>
@@ -39,4 +39,4 @@ namespace lock {
 }   // namespace lock
 
 #endif  // defined(_WIN32) || defined(_WIN64)
-#endif  // #ifndef __UNIT_LOCK_WIN32_LOCK_H
+#endif  // #ifndef CDSUNIT_LOCK_WIN32_LOCK_H