diff options
author | Christopher Faylor <me@cgf.cx> | 2005-09-02 04:51:09 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-09-02 04:51:09 +0000 |
commit | b8a66ba2cdef71c64a38ba3cc5609df3da41620e (patch) | |
tree | aaf3c05def84c2051de08dba632e74216966c6f8 /winsup/cygwin/init.cc | |
parent | 7a1bf10a8433261a1dd4ae86b76750716d358569 (diff) | |
download | cygnal-b8a66ba2cdef71c64a38ba3cc5609df3da41620e.tar.gz cygnal-b8a66ba2cdef71c64a38ba3cc5609df3da41620e.tar.bz2 cygnal-b8a66ba2cdef71c64a38ba3cc5609df3da41620e.zip |
revert inexplicable previous checkin
Diffstat (limited to 'winsup/cygwin/init.cc')
-rw-r--r-- | winsup/cygwin/init.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/init.cc b/winsup/cygwin/init.cc index cad51cc8e..491a9d2e3 100644 --- a/winsup/cygwin/init.cc +++ b/winsup/cygwin/init.cc @@ -147,7 +147,6 @@ dll_entry (HANDLE h, DWORD reason, void *static_load) case DLL_PROCESS_ATTACH: cygwin_hmodule = (HMODULE) h; dynamically_loaded = (static_load == NULL); - init_console_handler (TRUE); /* Is the stack at an unusual address? This is, an address which is in the usual space occupied by the process image, but below |