Increase to 100. 16 was rather low. (g_private_new_win32_impl): Can't use
authorTor Lillqvist <tml@novell.com>
Thu, 2 Mar 2006 12:05:40 +0000 (12:05 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 2 Mar 2006 12:05:40 +0000 (12:05 +0000)
commite94abca52d2608a9f5c76edefec96ac08183d6d2
tree59c9f9e6b8c50cde42472b3e2720dd10344d77b0
parent5a2950d04112b0ed6c0a524ade58a73579b8842a
Increase to 100. 16 was rather low. (g_private_new_win32_impl): Can't use

2006-03-02  Tor Lillqvist  <tml@novell.com>

* gthread-win32.c (G_PRIVATE_MAX): Increase to 100. 16 was rather
low.
(g_private_new_win32_impl): Can't use g_error() here as
g_private_new() is called a few times by GLib internally before
the messaging system that g_error() requires is ready. Thanks to
Tim Janik for noticing. Just display a MessageBox() and abort()
instead.
gthread/ChangeLog
gthread/gthread-win32.c