diff --git a/dll/win32/dnsapi/dnsapi/query.c b/dll/win32/dnsapi/dnsapi/query.c index f7de6ab96c8..bc89c8d8ad8 100644 --- a/dll/win32/dnsapi/dnsapi/query.c +++ b/dll/win32/dnsapi/dnsapi/query.c @@ -1103,5 +1103,5 @@ GetCurrentTimeInSeconds(VOID) GetSystemTimeAsFileTime(&Time); memcpy(&lTime, &Time, sizeof(lTime)); lTime.QuadPart -= lAdj.QuadPart; - return (DWORD)(lTime.QuadPart/10000000LLU); + return (DWORD)(lTime.QuadPart/10000000ULL); }