Commit e19ad985 authored by Serge Gautherie's avatar Serge Gautherie Committed by Alexandre Julliard

winbase.h: Add CREATE_IGNORE_SYSTEM_DEFAULT.

parent 011fabb2
......@@ -679,6 +679,7 @@ typedef struct _PROCESS_INFORMATION{
#define PROFILE_USER 0x10000000
#define PROFILE_KERNEL 0x20000000
#define PROFILE_SERVER 0x40000000
#define CREATE_IGNORE_SYSTEM_DEFAULT 0x80000000
#define STACK_SIZE_PARAM_IS_A_RESERVATION 0x00010000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment