Commit 3befa57d authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

quartz/tests: Fix static link to GetTickCount64().

parent 78570747
......@@ -74,7 +74,7 @@ static void test_get_time(void)
hr = IReferenceClock_GetTime(clock, &time1);
if (pGetTickCount64)
time2 = GetTickCount64() * 10000;
time2 = pGetTickCount64() * 10000;
else
time2 = GetTickCount() * 10000;
ok(hr == S_OK, "Got hr %#x.\n", hr);
......
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