diff --git a/src/common/platform/memory.hpp b/src/common/platform/memory.hpp index 3ff99657..af716bb3 100644 --- a/src/common/platform/memory.hpp +++ b/src/common/platform/memory.hpp @@ -28,6 +28,7 @@ #define MEM_PRIVATE 0x00020000 #define MEM_MAPPED 0x00040000 #define MEM_RESET 0x00080000 +#define MEM_IMAGE 0x01000000 #define MEM_TOP_DOWN 0x00100000 #define MEM_WRITE_WATCH 0x00200000 #define MEM_PHYSICAL 0x00400000