projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbfb3ca
)
[NTOSKRNL] Fix ClockDiff aka fix MSVC build
author
Pierre Schweitzer
<pierre@reactos.org>
Sat, 2 Mar 2019 09:45:34 +0000
(10:45 +0100)
committer
Pierre Schweitzer
<pierre@reactos.org>
Sat, 2 Mar 2019 09:45:34 +0000
(10:45 +0100)
ntoskrnl/ex/uuid.c
patch
|
blob
|
history
diff --git
a/ntoskrnl/ex/uuid.c
b/ntoskrnl/ex/uuid.c
index
1f41bdb
..
8c8270a
100644
(file)
--- a/
ntoskrnl/ex/uuid.c
+++ b/
ntoskrnl/ex/uuid.c
@@
-261,7
+261,7
@@
ExpAllocateUuids(PULARGE_INTEGER Time,
else
{
*Range = TIME_FRAME;
- ClockDiff.QuadPart
-=
TIME_FRAME;
+ ClockDiff.QuadPart
= TimeDiff.QuadPart -
TIME_FRAME;
--ClockDiff.HighPart;
}