mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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
|
||||
{
|
||||
NonPagedPool,
|
||||
NonPagedPoolMustSucceed,
|
||||
NonPagedPoolCacheAligned,
|
||||
NonPagedPoolCacheAlignedMustS,
|
||||
PagedPool,
|
||||
NonPagedPoolMustSucceed,
|
||||
NonPagedPoolCacheAligned = 4,
|
||||
PagedPoolCacheAligned,
|
||||
NonPagedPoolCacheAlignedMustS,
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue