ntoskrnl.exe: Fix the name of a POOL_TYPE value.
This commit is contained in:
parent
1c9bf32e19
commit
d979d9cd64
@ -171,7 +171,7 @@ typedef enum _POOL_TYPE {
|
|||||||
NonPagedPool,
|
NonPagedPool,
|
||||||
PagedPool,
|
PagedPool,
|
||||||
NonPagedPoolMustSucceed,
|
NonPagedPoolMustSucceed,
|
||||||
UnkownType,
|
DontUseThisType,
|
||||||
NonPagedPoolCacheAligned,
|
NonPagedPoolCacheAligned,
|
||||||
PagedPoolCacheAligned,
|
PagedPoolCacheAligned,
|
||||||
NonPagedPoolCacheAlignedMustS,
|
NonPagedPoolCacheAlignedMustS,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user