Dmitry Timoshkov : include: Add the PROCESS_SUSPEND_RESUME definition.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Nov 8 14:12:31 CST 2006


Module: wine
Branch: master
Commit: 8120dea049d49514c6b07be7c8ee93a62b405db2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8120dea049d49514c6b07be7c8ee93a62b405db2

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Wed Nov  8 23:46:37 2006 +0800

include: Add the PROCESS_SUSPEND_RESUME definition.

---

 include/winnt.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/winnt.h b/include/winnt.h
index 913c034..fb760af 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -3826,6 +3826,7 @@ #define PROCESS_CREATE_PROCESS     0x008
 #define PROCESS_SET_QUOTA          0x0100
 #define PROCESS_SET_INFORMATION    0x0200
 #define PROCESS_QUERY_INFORMATION  0x0400
+#define PROCESS_SUSPEND_RESUME     0x0800
 #define PROCESS_ALL_ACCESS         (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|0xfff)
 
 #define THREAD_TERMINATE           0x0001




More information about the wine-cvs mailing list