Add labels to all typedef'd structs and enums
Release / release (push) Successful in 4s

This commit is contained in:
2026-09-13 02:31:46 +01:00
parent 5df1a105c7
commit 575e0a52b1
20 changed files with 74 additions and 26 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ typedef uptr *WpUptrArray;
typedef iptr *WpIptrArray;
typedef WpStr8 *WpStr8Array;
typedef enum {
typedef enum WpArrayInitFlags {
WP_ARRAY_INIT_NONE = 0,
WP_ARRAY_INIT_FILLED = 1 << 1,
} WpArrayInitFlags;