win32: Use timeGetTime as monotonic base

This allows apps that need it to increase timer accuracy
using timeBeginPeriod
This commit is contained in:
Alexander Larsson
2011-11-04 15:42:38 +01:00
parent 64dec8ad9f
commit 8d023c2706
3 changed files with 68 additions and 5 deletions

View File

@@ -2652,7 +2652,7 @@ case $host in
G_LIBS_EXTRA="-luser32 -lkernel32"
;;
*-*-mingw*)
G_LIBS_EXTRA="-lws2_32 -lole32"
G_LIBS_EXTRA="-lws2_32 -lole32 -lwinmm"
;;
*)
G_LIBS_EXTRA=""