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:
parent
fa8eedddd5
commit
7b76d61372
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue