mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 16:30:26 +00:00
[DNSAPI] Fix MSVC build.
This commit is contained in:
parent
8826ee8ff7
commit
4b82c19196
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue