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

@@ -33,6 +33,7 @@ GLIB_VAR gboolean g_mem_gc_friendly;
G_GNUC_INTERNAL void g_thread_win32_thread_detach (void);
G_GNUC_INTERNAL void g_thread_win32_init (void);
G_GNUC_INTERNAL void g_clock_win32_init (void);
G_GNUC_INTERNAL extern HMODULE glib_dll;
#endif