glib/gthread.c (gettime) GetSystemTimeAsFileTime() returns 100s of
authorTor Lillqvist <tml@novell.com>
Tue, 16 Jan 2007 10:45:58 +0000 (10:45 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 16 Jan 2007 10:45:58 +0000 (10:45 +0000)
commit5d65767801a6effa3c6da9d4cedb4cffed794b1f
treeecfbd6541b8bb3e1fa851129a4d677526608d1b1
parent5172929d0ccb20c99e06009bdbd323fb0bf7ea77
glib/gthread.c (gettime) GetSystemTimeAsFileTime() returns 100s of

2007-01-16  Tor Lillqvist  <tml@novell.com>

* glib/gthread.c (gettime)
* gthread-win32.c (g_gettime_win32_impl):
GetSystemTimeAsFileTime() returns 100s of nanoseconds, so multiply
by 100 to get nanoseconds which is what we want.

svn path=/trunk/; revision=5276
ChangeLog
glib/gthread.c
gthread/ChangeLog
gthread/gthread-win32.c