Add MEMPERM_DONTCARE to MemPerm
This commit is contained in:
parent
20d4e95dfd
commit
46c0a1763c
@ -19,6 +19,7 @@ typedef enum {
|
||||
MEMPERM_READ = 1,
|
||||
MEMPERM_WRITE = 2,
|
||||
MEMPERM_EXECUTE = 4,
|
||||
MEMPERM_DONTCARE = 0x10000000,
|
||||
MEMPERM_MAX = 0xFFFFFFFF //force 4-byte
|
||||
} MemPerm;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user