mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 08:23:38 +02:00
win32: Use timeGetTime as monotonic base
This allows apps that need it to increase timer accuracy using timeBeginPeriod
This commit is contained in:
@@ -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=""
|
||||
|
Reference in New Issue
Block a user