summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2004-03-03 11:40:35 +0000
committerTor Lillqvist <tml@src.gnome.org>2004-03-03 11:40:35 +0000
commit9dafa222c57fa213df85ce73c0d4ffdf1bc14e22 (patch)
tree5a0428df5d595ca39d4fad5bb41cffa5bceee851 /ChangeLog.pre-2-4
parentaa5764107d4b2def9e51e232df52b50514421b03 (diff)
downloadglib-9dafa222c57fa213df85ce73c0d4ffdf1bc14e22.tar.gz
Update to match a configure-generated glibconfig.h. Specifically: Remove
2004-03-03 Tor Lillqvist <tml@iki.fi> * glibconfig.h.win32.in: Update to match a configure-generated glibconfig.h. Specifically: Remove G_{MIN,MAX,MAXU}INT64 definitions (now in gtypes.h). Remove g_once and g_static_mutex_get_mutex_impl_shortcut definitions (now in gthread.h).
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-46
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 97a91fa75..3bc409aa4 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,5 +1,11 @@
2004-03-03 Tor Lillqvist <tml@iki.fi>
+ * glibconfig.h.win32.in: Update to match a configure-generated
+ glibconfig.h. Specifically: Remove G_{MIN,MAX,MAXU}INT64
+ definitions (now in gtypes.h). Remove g_once and
+ g_static_mutex_get_mutex_impl_shortcut definitions (now in
+ gthread.h).
+
* tests/child-test.c: Use a macro GPID_FORMAT for the format to
print GPid in (%p on Win32, %d on Unix). Maybe configure.in should
place that in glibconfig.h?