make it compile again

This commit is contained in:
freedom7341
2023-09-28 10:49:42 -06:00
parent cbb7373cc1
commit 5e6f59f946
3 changed files with 4 additions and 9 deletions

View File

@@ -13,10 +13,10 @@
/* Definitions */
#define MAX_GROUPS 512
#define MAX_ITEMS 512
#define MAX_TITLE_LENGTH MAX_PATH
#define MAX_TITLE_LENGTH 255 // Same as the registry key name max length
// Group Format Definitions
#define GRP_SIGNATURE 0x47324D50L // PM2G
#define GRP_VERSION 1 // Increment for breaking changes
#define GRP_VERSION 2 // Increment for breaking changes, format version
// Group Flag Values (DWORD)
#define GRP_FLAG_COMMON 0x00000001
#define GRP_FLAG_READONLY 0x00000002