include: Define REGSTR_VAL_MAX_HCID_LEN.

Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Aric Stewart 2016-04-05 08:45:22 -05:00 committed by Alexandre Julliard
parent fa8eedddd5
commit 7b76d61372
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#define REGSTR_PATH_UNINSTALL TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall")
#define REGSTR_VAL_MAX_HCID_LEN 1024
/* DisplayName <= 32 chars in Windows (otherwise not displayed for uninstall) */
#define REGSTR_VAL_UNINSTALLER_DISPLAYNAME TEXT("DisplayName")