projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36d73c2
)
[NTOS/PS]
author
Jérôme Gardou
<jerome.gardou@reactos.org>
Wed, 4 Jun 2014 17:12:09 +0000
(17:12 +0000)
committer
Jérôme Gardou
<jerome.gardou@reactos.org>
Wed, 4 Jun 2014 17:12:09 +0000
(17:12 +0000)
- ULONG --> ULONG_PTR
svn path=/trunk/; revision=63540
reactos/ntoskrnl/ps/query.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/ps/query.c
b/reactos/ntoskrnl/ps/query.c
index
4cc554f
..
b370191
100644
(file)
--- a/
reactos/ntoskrnl/ps/query.c
+++ b/
reactos/ntoskrnl/ps/query.c
@@
-151,7
+151,7
@@
NtQueryInformationProcess(IN HANDLE ProcessHandle,
ProcessBasicInfo->UniqueProcessId = (ULONG_PTR)Process->
UniqueProcessId;
ProcessBasicInfo->InheritedFromUniqueProcessId =
- (ULONG)Process->InheritedFromUniqueProcessId;
+ (ULONG
_PTR
)Process->InheritedFromUniqueProcessId;
ProcessBasicInfo->BasePriority = Process->Pcb.BasePriority;
}