mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:32:57 +00:00
[NTOS:CC] Avoid some magic numbers.
This commit is contained in:
parent
b8741e2bb3
commit
56e2bf2f92
3 changed files with 6 additions and 3 deletions
|
@ -61,6 +61,9 @@ typedef struct _PRIVATE_CACHE_MAP_FLAGS
|
|||
ULONG Available:14;
|
||||
} PRIVATE_CACHE_MAP_FLAGS;
|
||||
|
||||
#define PRIVATE_CACHE_MAP_READ_AHEAD_ACTIVE (1 << 16)
|
||||
#define PRIVATE_CACHE_MAP_READ_AHEAD_ENABLED (1 << 17)
|
||||
|
||||
typedef struct _PRIVATE_CACHE_MAP
|
||||
{
|
||||
union
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue