diff options
author | Tor Lillqvist <tml@iki.fi> | 1999-10-12 20:46:13 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-10-12 20:46:13 +0000 |
commit | 52ad8a9c2ae74e2f3f265f5d3f0ac638305d8086 (patch) | |
tree | 254fb7a3c25e3037a39c17a9fc5892250ba8b25d /config.h.win32.in | |
parent | 30a1e1addb131e3e200f91e9f93e3fc0709f3809 (diff) |
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.in | 6 |
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 |