Home
last modified time | relevance | path

Searched refs:current_build (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/
Dgutils.c1253 gchar *current_build; in get_windows_8_1_update() local
1256 current_build = get_registry_str (HKEY_LOCAL_MACHINE, in get_windows_8_1_update()
1263 if (current_build != NULL) in get_windows_8_1_update()
1266 long build = wcstol ((const wchar_t *) current_build, &end, 10); in get_windows_8_1_update()
1278 g_clear_pointer (&current_build, g_free); in get_windows_8_1_update()