summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/ZKAKit/NewKit/Crc32.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/ZKAKit/NewKit/Crc32.h b/dev/ZKAKit/NewKit/Crc32.h
index 5918c0f8..5d384975 100644
--- a/dev/ZKAKit/NewKit/Crc32.h
+++ b/dev/ZKAKit/NewKit/Crc32.h
@@ -8,8 +8,8 @@
* ========================================================
*/
-#ifndef __CRC32_H__
-#define __CRC32_H__
+#ifndef CRC32_H
+#define CRC32_H
#include <NewKit/Defines.h>
@@ -20,4 +20,4 @@ namespace Kernel
UInt ke_calculate_crc32(const Char* crc, UInt len) noexcept;
} // namespace Kernel
-#endif // !__CRC32_H__
+#endif // !CRC32_H