| commit | af8bb2e9222a79cc6ef2fa22c4eac75122eac5de | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Tue Nov 25 12:07:35 2008 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Nov 25 12:07:35 2008 +0100 |
| tree | be315be75f2f6d08f80c9a77db98f1642fd1c13d | |
| parent | 81b9ca5dbd08dad57cc009935be0d7a9a339d69c [diff] [blame] |
ntdll: Add support for virtual write watches.
diff --git a/server/protocol.def b/server/protocol.def index bb7b47c..e0537bf 100644 --- a/server/protocol.def +++ b/server/protocol.def
@@ -1330,6 +1330,7 @@ #define VPROT_GUARD 0x10 #define VPROT_NOCACHE 0x20 #define VPROT_COMMITTED 0x40 +#define VPROT_WRITEWATCH 0x80 /* per-mapping protection flags */ #define VPROT_IMAGE 0x0100 /* mapping for an exe image */ #define VPROT_SYSTEM 0x0200 /* system view (underlying mmap not under our control) */