include: Add the PROCESS_SUSPEND_RESUME definition

Dmitry Timoshkov dmitry at codeweavers.com
Wed Nov 8 09:46:37 CST 2006


Hello,

Changelog:
    include: Add the PROCESS_SUSPEND_RESUME definition.

--- a/include/winnt.h	2006-11-03 21:34:19.000000000 +0800
+++ b/include/winnt.h	2006-11-08 23:26:39.000000000 +0800
@@ -3826,6 +3826,7 @@ typedef enum tagSID_NAME_USE {
 #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-patches mailing list