Moved the fields that depends on startup info from the init_process
request to get_startup_info.
diff --git a/server/process.h b/server/process.h
index 3949bc4..359b33a 100644
--- a/server/process.h
+++ b/server/process.h
@@ -64,7 +64,7 @@
int priority; /* priority class */
int affinity; /* process affinity mask */
int suspend; /* global process suspend count */
- int create_flags; /* process creation flags */
+ unsigned int create_flags; /* process creation flags */
struct list locks; /* list of file locks owned by the process */
struct list classes; /* window classes owned by the process */
struct console_input*console; /* console input */