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