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
@@ -11,8 +11,8 @@
BEGIN_C_LINKAGE
#endif // !WP_PLATFORM_CPP
#define WP_DBL_LIST_MAGIC (u64)0x57415f444c5354
#define WP_DBL_NODE_MAGIC (u64)0x57415f444e44
#define WP_DBL_LIST_MAGIC wpU64Const(0x57415f444c5354)
#define WP_DBL_NODE_MAGIC wpU64Const(0x57415f444e44)
typedef struct WpDblNode WpDblNode;