diff options
author | Hans Breuer <hans@breuer.org> | 2001-11-18 15:37:13 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2001-11-18 15:37:13 +0000 |
commit | d9eb9ba9d6b1967c8243aecbd043cebe52198819 (patch) | |
tree | 9c1d2439f9cdc7867831afef13162db5282cbcbe /config.h.win32.in | |
parent | cdc4f6a476940f20d5989c61016a15e13995bd15 (diff) | |
download | gdk-pixbuf-d9eb9ba9d6b1967c8243aecbd043cebe52198819.tar.gz |
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 ...
Diffstat (limited to 'config.h.win32.in')
-rw-r--r-- | config.h.win32.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.win32.in b/config.h.win32.in index f05267e3d..0181ecb41 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -22,7 +22,7 @@ /* #undef HAVE_CATGETS */ /* #undef HAVE_DIMM_H */ -#define HAVE_DIRENT_H 1 /* MSVC users: include it from build/win32/dirent */ +/* #undef HAVE_DIRENT_H */ #define HAVE_GETTEXT 1 /* #undef HAVE_IPC_H */ /* #undef HAVE_LC_MESSAGES */ @@ -115,7 +115,7 @@ /* #undef HAVE_DIMM_H */ /* Define if you have the <dirent.h> header file, and it defines `DIR'. */ -#define HAVE_DIRENT_H 1 +/* #undef HAVE_DIRENT_H */ /* Define if you have the <dlfcn.h> header file. */ /* #undef HAVE_DLFCN_H */ |