diff options
author | Christopher Faylor <me@cgf.cx> | 2005-09-02 17:35:22 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-09-02 17:35:22 +0000 |
commit | be7d909395d7a2b6e6b656997057c631dddfa2d7 (patch) | |
tree | 534d8ccf2559402dd8e2ea6881e8656312275e6d /winsup/cygwin/dcrt0.cc | |
parent | 414808f9e01ce103d2bc67d4ddaa802125ce5512 (diff) | |
download | cygnal-be7d909395d7a2b6e6b656997057c631dddfa2d7.tar.gz cygnal-be7d909395d7a2b6e6b656997057c631dddfa2d7.tar.bz2 cygnal-be7d909395d7a2b6e6b656997057c631dddfa2d7.zip |
Grr. REVERT erroneous checkin. AGAIN.
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r-- | winsup/cygwin/dcrt0.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index 1783d5564..e88f64a16 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -547,7 +547,7 @@ initial_env () len = GetModuleFileName (NULL, buf, CYG_MAX_PATH); console_printf ("Sleeping %d, pid %u %s\n", ms, GetCurrentProcessId (), buf); Sleep (ms); - if (!strace.active && !dynamically_loaded) + if (!strace.active) { strace.inited = 0; strace.hello (); @@ -634,6 +634,7 @@ dll_crt0_0 () wincap.init (); initial_env (); + init_console_handler (TRUE); init_global_security (); if (!DuplicateHandle (GetCurrentProcess (), GetCurrentProcess (), GetCurrentProcess (), &hMainProc, 0, FALSE, |