Define G_GUINT64_CONSTANT in analogy to G_GINT64_CONSTANT. (#322568,

2005-12-02  Matthias Clasen  <mclasen@redhat.com>

	* configure.in: Define G_GUINT64_CONSTANT in analogy to
	G_GINT64_CONSTANT.  (#322568, Andrew Paprocki)
This commit is contained in:
Matthias Clasen
2005-12-02 21:25:45 +00:00
committed by Matthias Clasen
parent ec2155a896
commit 7ddcde62c0
5 changed files with 26 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
2005-12-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Define G_GUINT64_CONSTANT in analogy to
G_GINT64_CONSTANT. (#322568, Andrew Paprocki)
* glib/gslice.c: Win32 portability fixes and C99ism removal,
pointed out by Kazuki Iwamoto. (#323052)