commit | 717bf7e9ead7b3c69d2c3398c71c4bf1652b705e | [log] [tgz] |
---|---|---|
author | Dave Pickles <davep@nugate.demon.co.uk> | Sun Feb 13 16:04:14 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Feb 13 16:04:14 2000 +0000 |
tree | 761c4660492180cf314d27fbd1144c14734d8584 | |
parent | 2d33ab91f4f061bce0edbd691119a084c20f42c5 [diff] [blame] |
Added definition for STILL_ACTIVE.
diff --git a/server/process.c b/server/process.c index a28ed72..b12221e 100644 --- a/server/process.c +++ b/server/process.c
@@ -143,7 +143,7 @@ process->thread_list = NULL; process->debugger = NULL; process->handles = NULL; - process->exit_code = 0x103; /* STILL_ACTIVE */ + process->exit_code = STILL_ACTIVE; process->running_threads = 0; process->priority = NORMAL_PRIORITY_CLASS; process->affinity = 1;