forked from ariadne/pkgconf
libpkgconf: pkg: pkgconf_pkg_find_in_registry_key() should actually be private
parent
21a6d6cd59
commit
32c8c73d8b
|
@ -385,7 +385,7 @@ pkgconf_scan_all(pkgconf_client_t *client, void *data, pkgconf_pkg_iteration_fun
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
pkgconf_pkg_t *
|
static pkgconf_pkg_t *
|
||||||
pkgconf_pkg_find_in_registry_key(HKEY hkey, const char *name, unsigned int flags)
|
pkgconf_pkg_find_in_registry_key(HKEY hkey, const char *name, unsigned int flags)
|
||||||
{
|
{
|
||||||
pkgconf_pkg_t *pkg = NULL;
|
pkgconf_pkg_t *pkg = NULL;
|
||||||
|
|
Loading…
Reference in New Issue