mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 19:43:39 +08:00
[NTOSKRNL] Fix ClockDiff aka fix MSVC build
This commit is contained in:
@@ -261,7 +261,7 @@ ExpAllocateUuids(PULARGE_INTEGER Time,
|
||||
else
|
||||
{
|
||||
*Range = TIME_FRAME;
|
||||
ClockDiff.QuadPart -= TIME_FRAME;
|
||||
ClockDiff.QuadPart = TimeDiff.QuadPart - TIME_FRAME;
|
||||
--ClockDiff.HighPart;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user