* cygthread.cc: Bump number of cygthreads up to accommodate applications which
use ttys.
This commit is contained in:
@ -15,7 +15,7 @@ details. */
|
||||
|
||||
#undef CloseHandle
|
||||
|
||||
static cygthread NO_COPY threads[6];
|
||||
static cygthread NO_COPY threads[9];
|
||||
#define NTHREADS (sizeof (threads) / sizeof (threads[0]))
|
||||
|
||||
DWORD NO_COPY cygthread::main_thread_id;
|
||||
|
Reference in New Issue
Block a user