[glib/glib-2-36] win32: add back missing _utf8 symbols on x64 builds
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-36] win32: add back missing _utf8 symbols on x64 builds
- Date: Mon, 15 Apr 2013 21:30:55 +0000 (UTC)
commit b972018d6c252c4afb1375e5c4e9910e79af2e70
Author: Marc-André Lureau <marcandre lureau gmail com>
Date: Mon Apr 15 18:12:50 2013 +0200
win32: add back missing _utf8 symbols on x64 builds
The _utf8 functions have been wrongly removed from GLib on x64.
https://bugzilla.gnome.org/show_bug.cgi?id=697879
glib/gutils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/gutils.c b/glib/gutils.c
index 76f6c34..0de954e 100644
--- a/glib/gutils.c
+++ b/glib/gutils.c
@@ -2354,7 +2354,7 @@ g_format_size_for_display (goffset size)
}
}
-#if defined (G_OS_WIN32) && !defined (_WIN64)
+#if defined (G_OS_WIN32)
/* Binary compatibility versions. Not for newly compiled code. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]