Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dglib-init.h42 extern HMODULE glib_dll;
Dggettext.c61 if (glib_dll != NULL) in _glib_get_locale_dir()
62 install_dir = g_win32_get_package_installation_directory_of_module (glib_dll); in _glib_get_locale_dir()
Dglib-init.c349 HMODULE glib_dll; variable
359 glib_dll = hinstDLL; in DllMain()
Dgutils.c116 if (glib_dll == NULL) in _glib_get_dll_directory()
129 if (!GetModuleFileNameW (glib_dll, wc_fn, MAX_PATH)) in _glib_get_dll_directory()
2417 if (glib_dll != NULL) in g_win32_get_system_data_dirs_for_module_real()
2419 gchar *glib_root = g_win32_get_package_installation_directory_of_module (glib_dll); in g_win32_get_system_data_dirs_for_module_real()