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
@@ -12,7 +12,7 @@
BEGIN_C_LINKAGE
#endif // !WP_PLATFORM_CPP
#define WP_ARRAY_MAGIC (u64)0x57415f415252
#define WP_ARRAY_MAGIC wpU64Const(0x57415f415252)
#define _calcArrayCount(TYPE, ...) wpMiscUtilsVaArgsCount(TYPE, __VA_ARGS__)
#define _calcArrayCapacity(TYPE, ...) wpMiscUtilsU64RoundUpPow2(_calcArrayCount(TYPE, __VA_ARGS__) * 2)