summaryrefslogtreecommitdiff
path: root/config.h.win32.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>1999-10-12 20:46:13 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-10-12 20:46:13 +0000
commit52ad8a9c2ae74e2f3f265f5d3f0ac638305d8086 (patch)
tree254fb7a3c25e3037a39c17a9fc5892250ba8b25d /config.h.win32.in
parent30a1e1addb131e3e200f91e9f93e3fc0709f3809 (diff)
downloadglib-52ad8a9c2ae74e2f3f265f5d3f0ac638305d8086.tar.gz
Define the new GLIB_SIZEOF_* constants here, too.
1999-10-12 Tor Lillqvist <tml@iki.fi> * config.h.win32.in: Define the new GLIB_SIZEOF_* constants here, too. * glib.h: Small Win32 comments improvement.
Diffstat (limited to 'config.h.win32.in')
-rw-r--r--config.h.win32.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.h.win32.in b/config.h.win32.in
index 2a0773791..c4c1d6db4 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -61,6 +61,10 @@
#define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
#define GLIB_SIZEOF_PTHREAD_T 4
+#define GLIB_SIZEOF_SIZE_T 4
+#define GLIB_SIZEOF_PTRDIFF_T 4
+#define GLIB_SIZEOF_INTMAX_T 4
+
#define POSIX_MIN_PRIORITY -2
#define POSIX_MAX_PRIORITY 2
#define POSIX_YIELD_FUNC Sleep(0)
@@ -98,7 +102,7 @@
/* #undef HAVE_ON_EXIT */
/* Define if you have the strcasecmp function. */
-/* #undef HAVE_STRCASECMP ^*/
+/* #undef HAVE_STRCASECMP */
/* Define if you have the strerror function. */
#define HAVE_STRERROR 1