summaryrefslogtreecommitdiff
path: root/glibconfig.h.win32.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-12-22 08:29:06 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-12-22 08:29:06 +0000
commitc2794647a476bd7a124c7e543cb2f2a6bbada466 (patch)
treee956c5a225aa9ac7d958ce77d97147186f356369 /glibconfig.h.win32.in
parent9504ea2f6f125954badb7278fcbddeace79be32d (diff)
Add (undefined) HAVE_C99_VSNPRINTF.
2001-12-21 Tor Lillqvist <tml@iki.fi> * config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF. * glibconfig.h.win32.in: Add definition of G_HAVE_GROWING_STACK. * tests/Makefile.am: Rename the progs_LDADD, thread_LDADD and module_LDADD Make macros to progs_ldadd, thread_ldadd and module_ldadd. Newer automakes reserve macros named *_LDADD for the use as LDADDs for targets it knows. * glib/giowin32.c: (struct _GIOWin32Watch): 'callback' wasn't used here, either. 2001-12-21 Tor Lillqvist <tml@iki.fi> * gobject.def: Add g_signal_get_invocation_hint.
Diffstat (limited to 'glibconfig.h.win32.in')
-rw-r--r--glibconfig.h.win32.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/glibconfig.h.win32.in b/glibconfig.h.win32.in
index 15e20c681..69c2ab7a2 100644
--- a/glibconfig.h.win32.in
+++ b/glibconfig.h.win32.in
@@ -138,6 +138,7 @@ typedef guint32 gsize;
#define G_HAVE_GNUC_VARARGS 1
#endif /* not _MSC_VER */
+#define G_HAVE_GROWING_STACK 0
#define G_THREADS_ENABLED