summaryrefslogtreecommitdiff
path: root/glibconfig.h.win32.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-12-29 19:25:40 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-12-29 19:25:40 +0000
commitcf1c65aed87784f7e107b6e4c8129361f4e9a4e9 (patch)
treeec0b1f813f991385a8b89979e72efc76afb1c0d1 /glibconfig.h.win32.in
parent8ee6344419a07cff039cccd8c738cafde04fdf03 (diff)
Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG.
2000-12-29 Tor Lillqvist <tml@iki.fi> * glibconfig.h.win32.in: Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. * glib.def: Update. * {.,*}/makefile.{mingw,msc}.in: Add -DG_ENABLE_DEBUG.
Diffstat (limited to 'glibconfig.h.win32.in')
-rw-r--r--glibconfig.h.win32.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/glibconfig.h.win32.in b/glibconfig.h.win32.in
index a20493a66..3e31ad3c2 100644
--- a/glibconfig.h.win32.in
+++ b/glibconfig.h.win32.in
@@ -82,6 +82,9 @@ typedef unsigned long long guint64;
#define G_GINT64_FORMAT "I64i"
#define G_GUINT64_FORMAT "I64u"
+#define GLIB_SIZEOF_VOID_P 4
+#define GLIB_SIZEOF_LONG 4
+
typedef gint32 gssize;
typedef guint32 gsize;