glib/glib.symbols glib/gconvert.c glib/gdir.c glib/gfileutils.c

2008-07-27  Tor Lillqvist  <tml@novell.com>

	* glib/glib.symbols
	* glib/gconvert.c
	* glib/gdir.c
	* glib/gfileutils.c
	* glib/giowin32.c
	* glib/gspawn-win32.c
	* glib/gutils.c
	* glib/gwin32.c: Bypass the Windows "ABI compatibility" symbols on
	_WIN64. As there hasn't been any widely deployed 64-bit Windows
	builds of the really old GLib (pre-2.8.1) versions those refer to,
	there is no need to have the "ABI compatibility" versions in the
	DLL.

	* glib/makegalias.pl: Handle #ifndef _WIN64: Just output it, too.


svn path=/trunk/; revision=7257
This commit is contained in:
Tor Lillqvist
2008-07-27 17:15:16 +00:00
committed by Tor Lillqvist
parent e5e4f8bca3
commit 80ecc30841
10 changed files with 76 additions and 14 deletions

View File

@@ -3286,7 +3286,7 @@ glib_gettext (const gchar *str)
return g_dgettext (GETTEXT_PACKAGE, str);
}
#ifdef G_OS_WIN32
#if defined (G_OS_WIN32) && !defined (_WIN64)
/* Binary compatibility versions. Not for newly compiled code. */