win32: Add a monotonic timer

This commit is contained in:
Alexander Larsson
2011-11-04 11:27:00 +01:00
parent 2056906bb7
commit 64dec8ad9f
3 changed files with 59 additions and 2 deletions

View File

@@ -229,6 +229,7 @@ DllMain (HINSTANCE hinstDLL,
{
case DLL_PROCESS_ATTACH:
glib_dll = hinstDLL;
g_clock_win32_init ();
g_thread_win32_init ();
glib_init ();
break;