diff options
author | Tor Lillqvist <tml@iki.fi> | 2004-03-17 19:07:37 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2004-03-17 19:07:37 +0000 |
commit | dd5cac5ed94150eb608e4aa351441cf8d74eeb93 (patch) | |
tree | eeee378e06969aff613c8d830a8c2b5941069834 /ChangeLog.pre-2-4 | |
parent | c1bbb15ae09e8e4488fd61907da82d23947619e7 (diff) |
Define HAVE_INT64_AND_I64 also in the mingw (gcc on Win32) case, where the
2004-03-16 Tor Lillqvist <tml@iki.fi>
* configure.in: Define HAVE_INT64_AND_I64 also in the mingw (gcc
on Win32) case, where the 64-bit type is called long long, but the
system printf/scanf format modifier for 64-bit integers is still I64.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index aebaf579b..beeb31f85 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +2004-03-16 Tor Lillqvist <tml@iki.fi> + + * configure.in: Define HAVE_INT64_AND_I64 also in the mingw (gcc + on Win32) case, where the 64-bit type is called long long, but the + system printf/scanf format modifier for 64-bit integers is still I64. + 2004-03-16 Gareth Owen <gowen72@yahoo.com> * configure.in: Added en_GB to ALL_LINGUAS |