diff options
author | Tor Lillqvist <tml@novell.com> | 2006-08-29 22:55:31 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-08-29 22:55:31 +0000 |
commit | 019fece724f955071fdd1fa12df0409678aabe79 (patch) | |
tree | e6946ec815b7eaf820a309bc0142738376acdf0c /acconfig.h | |
parent | b7d3f4e4a06590f6d6f0c36284e60133a740798d (diff) | |
download | gtk+-019fece724f955071fdd1fa12df0409678aabe79.tar.gz |
Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 or
2006-08-29 Tor Lillqvist <tml@novell.com>
Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x
since 2.6 or 2.8. It's pointless to keep the Win9x code in here as
it isn't being maintained anyway. If somebody is interested, it
can always be found in older GTK+ versions, and in CVS.
* configure.in
* acconfig.h
* gdk/Makefile.am
* gdk/win32/Makefile.am
* gdk/win32/libie55uid.la
* gdk/win32/gdkevents-win32.c: Remove the --with-ie55 configure
switch and associated stuff. Active IMM and the <dimm.h> header
was used for IM support on NT4 and Win9x. Win2k and later have IM
support built-in.
* gdk/win32/gdkevents-win32.c: 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.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 1ea1445cc0..3136ab436e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -19,7 +19,6 @@ #undef GTK_COMPILED_WITH_DEBUGGING #undef HAVE_CATGETS -#undef HAVE_DIMM_H #undef HAVE_GETTEXT #undef HAVE_IPC_H #undef HAVE_LC_MESSAGES |