Commit d979d9cd authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntoskrnl.exe: Fix the name of a POOL_TYPE value.

parent 1c9bf32e
......@@ -171,7 +171,7 @@ typedef enum _POOL_TYPE {
NonPagedPool,
PagedPool,
NonPagedPoolMustSucceed,
UnkownType,
DontUseThisType,
NonPagedPoolCacheAligned,
PagedPoolCacheAligned,
NonPagedPoolCacheAlignedMustS,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment