mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Bring types of memory to allocate (PagedPool etc.) constants inline with
MS DDK for binary compatibility of drivers svn path=/trunk/; revision=4170
This commit is contained in:
parent
cef6fb49d1
commit
5a0ca2a384
1 changed files with 3 additions and 3 deletions
|
@ -34,11 +34,11 @@ enum
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
NonPagedPool,
|
NonPagedPool,
|
||||||
NonPagedPoolMustSucceed,
|
|
||||||
NonPagedPoolCacheAligned,
|
|
||||||
NonPagedPoolCacheAlignedMustS,
|
|
||||||
PagedPool,
|
PagedPool,
|
||||||
|
NonPagedPoolMustSucceed,
|
||||||
|
NonPagedPoolCacheAligned = 4,
|
||||||
PagedPoolCacheAligned,
|
PagedPoolCacheAligned,
|
||||||
|
NonPagedPoolCacheAlignedMustS,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue