+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.
+
Tue Oct 12 12:16:12 1999 Tim Janik <timj@gtk.org>
* gmessages.c (g_printf_string_upper_bound): completly new implementation
+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.
+
Tue Oct 12 12:16:12 1999 Tim Janik <timj@gtk.org>
* gmessages.c (g_printf_string_upper_bound): completly new implementation
+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.
+
Tue Oct 12 12:16:12 1999 Tim Janik <timj@gtk.org>
* gmessages.c (g_printf_string_upper_bound): completly new implementation
+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.
+
Tue Oct 12 12:16:12 1999 Tim Janik <timj@gtk.org>
* gmessages.c (g_printf_string_upper_bound): completly new implementation
+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.
+
Tue Oct 12 12:16:12 1999 Tim Janik <timj@gtk.org>
* gmessages.c (g_printf_string_upper_bound): completly new implementation
+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.
+
Tue Oct 12 12:16:12 1999 Tim Janik <timj@gtk.org>
* gmessages.c (g_printf_string_upper_bound): completly new implementation
+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.
+
Tue Oct 12 12:16:12 1999 Tim Janik <timj@gtk.org>
* gmessages.c (g_printf_string_upper_bound): completly new implementation
+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.
+
Tue Oct 12 12:16:12 1999 Tim Janik <timj@gtk.org>
* gmessages.c (g_printf_string_upper_bound): completly new implementation
#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)
/* #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
* unlink: <stdio.h> or <io.h>
* open, read, write, lseek, close: <io.h>
* rmdir: <direct.h>
- * pipe: <direct.h> */
+ * pipe: <direct.h>
+ */
/* pipe is not in OLDNAMES.LIB or -lmoldname-msvc. */
#define pipe(phandles) _pipe (phandles, 4096, _O_BINARY)
* we provide emulators in glib, which are prefixed with gwin_.
*/
# define ftruncate(fd, size) gwin_ftruncate (fd, size)
+
+/* -lmingw32 also has emulations for these, but we need our own
+ * for MSVC anyhow, so we might aswell use them always.
+ */
# define opendir gwin_opendir
# define readdir gwin_readdir
# define rewinddir gwin_rewinddir
* unlink: <stdio.h> or <io.h>
* open, read, write, lseek, close: <io.h>
* rmdir: <direct.h>
- * pipe: <direct.h> */
+ * pipe: <direct.h>
+ */
/* pipe is not in OLDNAMES.LIB or -lmoldname-msvc. */
#define pipe(phandles) _pipe (phandles, 4096, _O_BINARY)
* we provide emulators in glib, which are prefixed with gwin_.
*/
# define ftruncate(fd, size) gwin_ftruncate (fd, size)
+
+/* -lmingw32 also has emulations for these, but we need our own
+ * for MSVC anyhow, so we might aswell use them always.
+ */
# define opendir gwin_opendir
# define readdir gwin_readdir
# define rewinddir gwin_rewinddir