mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpgconf: Improve registry dumping.
* common/w32-reg.c (read_w32_registry_string): Map REG_DWORD to a string. (read_w32_reg_string): Add arg r_hklm_fallback and change all callers. (show_configs): Indicate whether the HKLM fallback was used. * tools/gpgconf.c (show_other_registry_entries): Fix the Outlook Addin Registry key. Indicate whether the HKLM fallback was used.
This commit is contained in:
parent
890e616593
commit
6bc9592318
4 changed files with 44 additions and 15 deletions
|
@ -44,7 +44,7 @@ char **w32_parse_commandline (char *cmdline, int globing, int *r_argv,
|
|||
/*-- w32-reg.c --*/
|
||||
char *read_w32_registry_string (const char *root,
|
||||
const char *dir, const char *name );
|
||||
char *read_w32_reg_string (const char *key);
|
||||
char *read_w32_reg_string (const char *key, int *r_hklm_fallback);
|
||||
|
||||
/* Other stuff. */
|
||||
#ifdef HAVE_W32CE_SYSTEM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue