Add aliases for integer constants
Release / release (push) Successful in 3s

This commit is contained in:
Abdelrahman Said
2026-09-02 00:11:23 +01:00
parent 60467d56b9
commit e015dfceda
7 changed files with 24 additions and 17 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
BEGIN_C_LINKAGE
#endif // !WP_PLATFORM_CPP
#define WP_SIP_HASHER_128_MAGIC ((u64)0x5750534950313238)
#define WP_SIP_HASHER_64_MAGIC ((u64)0x57505349503634)
#define WP_SIP_HASHER_128_MAGIC wpU64Const(0x5750534950313238)
#define WP_SIP_HASHER_64_MAGIC wpU64Const(0x57505349503634)
typedef struct {
u64 lo;