]> Pileus Git - ~andy/gtk/commit
make it compile with msvc: !HAVE_UNISTD_H; no label without op, even if
authorHans Breuer <hans@breuer.org>
Sun, 18 Nov 2001 15:37:13 +0000 (15:37 +0000)
committerHans Breuer <hans@src.gnome.org>
Sun, 18 Nov 2001 15:37:13 +0000 (15:37 +0000)
commitd9eb9ba9d6b1967c8243aecbd043cebe52198819
tree9c1d2439f9cdc7867831afef13162db5282cbcbe
parentcdc4f6a476940f20d5989c61016a15e13995bd15
make it compile with msvc: !HAVE_UNISTD_H; no label without op, even if

2001-11-18  Hans Breuer  <hans@breuer.org>

* gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
no label without op, even if it's a no-op.

* gtk/gtk.def :
* gtk/makefile.msc.in : reflect marshaler split, some clean-up

* config.h.win32.in : remove definition of HAVE_DIRENT_H
* gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
required anymore, replace it.
* gtk/queryimmodules.c : DIR -> GDir replacement, also
getcwd() -> g_get_current_dir()

* gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
Even 'noisy laugh' scolling appears to work, though I still can't
claim to have fully understood what it is supposed to do ...
14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
config.h.win32.in
gdk/win32/gdkgeometry-win32.c
gtk/gtk.def
gtk/gtkaccelmap.c
gtk/gtkfilesel.c
gtk/makefile.msc.in
gtk/queryimmodules.c