Update to match what configure produces. Add the G_ATOMIC_*. Define

2004-08-04  Tor Lillqvist  <tml@iki.fi>

	* config.h.win32.in: Update to match what configure produces. Add
	the G_ATOMIC_*. Define G_ATOMIC_I486 when compiling with gcc. Move
	HAVE_INT64_AND_I64 to where the configure script puts it. Add
	HAVE_INTTYPES_H_WITH_UINTMAX. Define intmax_t as __int64 for MSVC.
This commit is contained in:
Tor Lillqvist
2004-08-04 23:12:53 +00:00
committed by Tor Lillqvist
parent 983dd431f1
commit 93627e1925
6 changed files with 82 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
2004-08-04 Tor Lillqvist <tml@iki.fi>
* glib/glib.def: Add glib_check_version.
* config.h.win32.in: Update to match what configure produces. Add
the G_ATOMIC_*. Define G_ATOMIC_I486 when compiling with gcc. Move
HAVE_INT64_AND_I64 to where the configure script puts it. Add
HAVE_INTTYPES_H_WITH_UINTMAX. Define intmax_t as __int64 for MSVC.
Tue Aug 3 16:19:44 2004 Matthias Clasen <maclas@gmx.de>
* glib/goption.c: Mark user visible strings for translation.