gthread-win32: update for g_get_monotonic_time() changes
authorDan Winship <danw@gnome.org>
Fri, 3 Feb 2012 17:14:06 +0000 (12:14 -0500)
committerDan Winship <danw@gnome.org>
Thu, 9 Feb 2012 11:48:12 +0000 (06:48 -0500)
commitdaf78764e5e142ea0c787e5f3f22e5bee4417883
tree37af2d92ad75e16a48cf6d2d1d040021b5566de2
parentca5ed93fde448943d7ab62b057a9b16e6ed85621
gthread-win32: update for g_get_monotonic_time() changes

g_cond_wait_until() was calling GetSystemTimeAsFileTime() to get the
current time, which is no longer what g_get_monotonic_time() returns.

https://bugzilla.gnome.org/show_bug.cgi?id=669329
glib/gthread-win32.c