commit | 7ad5be967da56835d3cae725c977b2750a16d030 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Mar 14 04:08:42 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Mar 14 04:08:42 2003 +0000 |
tree | 47fd9321064646c4a0124437e667a9cdfcf96a55 | |
parent | a67d999da9bfedb65d2e69f360f2ff6be5b34b4c [diff] [blame] |
Added -f option to make wineserver remain in the foreground for debugging. Close stdin/stdout when not in the foreground (based on a patch by Francois Gouget).
diff --git a/server/object.h b/server/object.h index c72b873..256c99e 100644 --- a/server/object.h +++ b/server/object.h
@@ -156,6 +156,7 @@ /* command-line options */ extern int debug_level; extern int master_socket_timeout; +extern int foreground; extern const char *server_argv0; /* server start time used for GetTickCount() */