update group format variable names

This commit is contained in:
freedom7341
2023-09-27 13:58:44 -06:00
parent 58e6635bae
commit cbb7373cc1
4 changed files with 15 additions and 14 deletions

View File

@@ -58,8 +58,8 @@ typedef struct _GROUP {
WCHAR szIconPath[MAX_PATH + 1];
INT iIconIndex;
// Items
WORD cItems; // Number of items
PITEM iItems; // Array of items
WORD cItemArray; // Number of items in pItemArray
PITEM pItemArray; // Array of items
} GROUP, * PGROUP;
/* Global Variables */