Commit 5744fa08a44c7721eaad586c966c00ee49b28532
1 parent
8387aa74
Exists in
master
and in
5 other branches
Ajustes nos prototipos de acesso ao registry
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/gtk/common/common.h.in
... | ... | @@ -84,7 +84,7 @@ |
84 | 84 | gchar * build_data_filename(const gchar *first_element, ...); |
85 | 85 | |
86 | 86 | #ifdef WIN_REGISTRY_ENABLED |
87 | - HKEY get_registry_handle(const gchar *first_element,REGSAM samDesired); | |
87 | + gboolean get_registry_handle(const gchar *group, HKEY *hKey, REGSAM samDesired); | |
88 | 88 | void registry_foreach(HKEY parent, const gchar *name,void (*cbk)(const gchar *key, const gchar *val, gpointer *user_data), gpointer *user_data); |
89 | 89 | void registry_set_double(HKEY hKey, const gchar *key, gdouble value); |
90 | 90 | gboolean registry_get_double(HKEY hKey, const gchar *key, gdouble *value); | ... | ... |