| commit | ec7bb2391d82386213ba5a2740114188e9467eca | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Fri Nov 12 03:35:25 1999 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Fri Nov 12 03:35:25 1999 +0000 |
| tree | 8f59db513a32bd986e71f11856c72b820df33d9b | |
| parent | 796c0f1223b75b41ade5ec7c53fe17d0171048af [diff] [blame] |
Added support for CREATE_SUSPENDED flag in CreateProcess.
diff --git a/server/process.h b/server/process.h index b141dc9..08edd0b 100644 --- a/server/process.h +++ b/server/process.h
@@ -34,6 +34,7 @@ int suspend; /* global process suspend count */ struct object *console_in; /* console input */ struct object *console_out; /* console output */ + struct event *init_event; /* event for init done */ struct new_process_request *info; /* startup info (freed after startup) */ };