summaryrefslogtreecommitdiff
path: root/testglib.c
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>1999-11-01 20:46:44 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-11-01 20:46:44 +0000
commit6c5ec62da239e31462ac88e5ce40ffb017920e04 (patch)
tree5df03326be7dc4c26471a7e5f774dba844fcf096 /testglib.c
parent5bca2880540ff0af1ff3dac8734c37cdc9b9031d (diff)
downloadglib-6c5ec62da239e31462ac88e5ce40ffb017920e04.tar.gz
glib.h Rename Win32-only functions from gwin_* to g_win32_* to match the
1999-11-01 Tor Lillqvist <tml@iki.fi> * glib.h * glib.def: Rename Win32-only functions from gwin_* to g_win32_* to match the GLib naming conventions. * gutils.c * gwin32.c * testglib.c * makefile.{cygwin,msc}: Move the Win32-only functions to the new file gwin32.c
Diffstat (limited to 'testglib.c')
-rw-r--r--testglib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testglib.c b/testglib.c
index 70762ef51..868fe4ffe 100644
--- a/testglib.c
+++ b/testglib.c
@@ -918,7 +918,7 @@ main (int argc,
g_print ("ok\n");
#ifdef G_OS_WIN32
- g_print ("current locale: %s\n", gwin_getlocale ());
+ g_print ("current locale: %s\n", g_win32_getlocale ());
#endif
return 0;