mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Add missing g_pattern_match_simple and g_pattern_spec_equal.
2001-10-28 Tor Lillqvist <tml@iki.fi> * glib/glib.def: Add missing g_pattern_match_simple and g_pattern_spec_equal. * glib/gwin32.c (g_win32_get_package_installation_subdirectory): Set separator correctly. * glib/libcharset/config.charset (os): Match also mingw*. * tests/testglib.c (main): (Win32): Print the lib/locale subdirectory, as that is what actually gets used.
This commit is contained in:
committed by
Tor Lillqvist
parent
d59c859aec
commit
9c35df3de3
@@ -1187,7 +1187,7 @@ main (int argc,
|
||||
g_print ("Ditto, only from GLib DLL name: %s\n",
|
||||
g_win32_get_package_installation_directory (NULL, glib_dll));
|
||||
g_print ("locale subdirectory of GLib installation directory: %s\n",
|
||||
g_win32_get_package_installation_subdirectory (NULL, glib_dll, "share\\locale"));
|
||||
g_win32_get_package_installation_subdirectory (NULL, glib_dll, "lib\\locale"));
|
||||
g_print ("GTK+ 2.0 installation directory, if available: %s\n",
|
||||
g_win32_get_package_installation_directory ("gtk20", NULL));
|
||||
|
||||
|
Reference in New Issue
Block a user