Commit cdb23964 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

winemac: Directly use ntdll in macdrv_vkQueuePresentKHR.

parent 221fce4c
......@@ -558,7 +558,7 @@ static VkResult macdrv_vkQueuePresentKHR(VkQueue queue, const VkPresentInfoKHR *
static long prev_time, start_time;
DWORD time;
time = GetTickCount();
time = NtGetTickCount();
frames++;
frames_total++;
if (time - prev_time > 1500)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment