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
+1 -1
View File
@@ -16,7 +16,7 @@
BEGIN_C_LINKAGE
#endif // !WP_PLATFORM_CPP
#define WP_MUR3_HASHER_MAGIC ((u64)0x57504d4841534833)
#define WP_MUR3_HASHER_MAGIC wpU64Const(0x57504d4841534833)
typedef struct {
u64 hash[2];