glib/gmodule
Tor Lillqvist da422c0060 Remove support for Windows 9x/ME, as will be done also in Pango and GTK+.
2006-08-29  Tor Lillqvist  <tml@novell.com>

	Remove support for Windows 9x/ME, as will be done also in Pango
	and GTK+. GTK+ hasn't worked on Win9x since 2.6 or 2.8 anyway, so
	it's pretty pointless to keep the Win9x code in here either. If
	somebody is interested, the code can always be found in older GLib
	versions, and in CVS.

	* glib/gdir.c
	* glib/gfileutils.c
	* glib/gspawn-win32-helper.c
	* glib/gspawn-win32.c
	* glib/gstdio.c
	* glib/gutils.c
	* glib/gwin32.c
	* glib/gwin32.h: Remove the G_WIN32_IS_NT_BASED() and
	G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
	branches, and any variables or static functions used only by the
	Win9x branches.

	* glib/gwin32.c (g_win32_windows_version_init): Call g_error() if
	run on Win9x.
2006-08-29 22:45:00 +00:00
..
.cvsignore */.cvsignore: Add various Win32 related file types. 2001-11-24 18:53:03 +00:00
AUTHORS initial import of gmodule. 1998-08-09 08:32:18 +00:00
ChangeLog Remove support for Windows 9x/ME, as will be done also in Pango and GTK+. 2006-08-29 22:45:00 +00:00
COPYING initial import of gmodule. 1998-08-09 08:32:18 +00:00
gmodule-ar.c Include stdlib.h 2005-06-30 19:32:33 +00:00
gmodule-beos.c applied patch from David Schleef <ds@schleef.org> which implements a 2004-02-20 01:41:00 +00:00
gmodule-dl.c applied patch from David Schleef <ds@schleef.org> which implements a 2004-02-20 01:41:00 +00:00
gmodule-dld.c applied patch from David Schleef <ds@schleef.org> which implements a 2004-02-20 01:41:00 +00:00
gmodule-dyld.c applied patch from David Schleef <ds@schleef.org> which implements a 2004-02-20 01:41:00 +00:00
gmodule-os2.c applied patch from David Schleef <ds@schleef.org> which implements a 2004-02-20 01:41:00 +00:00
gmodule-win32.c Remove support for Windows 9x/ME, as will be done also in Pango and GTK+. 2006-08-29 22:45:00 +00:00
gmodule.c Silence compiler warnings. 2005-11-28 18:34:16 +00:00
gmodule.def Makefile.am gmodule.def Win32 DLL ABI stability cruft like in ../glib. 2004-12-06 15:45:25 +00:00
gmodule.h Makefile.am gmodule.def Win32 DLL ABI stability cruft like in ../glib. 2004-12-06 15:45:25 +00:00
gmodule.rc.in Don't use autoconf variables for the resource object files on Win32 any 2005-07-08 23:04:06 +00:00
gmoduleconf.h.in Set the gmodule suffix to 'a' for aix and use the aix gmodule 2004-02-22 01:31:24 +00:00
gmoduleconf.h.win32 Update. Don't mention pthreads. 2001-09-04 05:09:35 +00:00
Makefile.am Don't use autoconf variables for the resource object files on Win32 any 2005-07-08 23:04:06 +00:00
makefile.mingw.in Hardcode 2.0 in the names, as that is what Makefile.am does. 2002-11-21 03:25:35 +00:00
makefile.msc.in updated [and finally fixed my script to produce ready to go de-in(ed) 2004-10-29 20:58:04 +00:00