From 52ad8a9c2ae74e2f3f265f5d3f0ac638305d8086 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 12 Oct 1999 20:46:13 +0000 Subject: Define the new GLIB_SIZEOF_* constants here, too. 1999-10-12 Tor Lillqvist * config.h.win32.in: Define the new GLIB_SIZEOF_* constants here, too. * glib.h: Small Win32 comments improvement. --- config.h.win32.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.h.win32.in') 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 -- cgit v1.2.3