diff options
author | Christopher Faylor <me@cgf.cx> | 2005-09-02 17:12:37 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-09-02 17:12:37 +0000 |
commit | 414808f9e01ce103d2bc67d4ddaa802125ce5512 (patch) | |
tree | 2fc20623e4d929db4b68506c21a5a74edfb41276 /winsup/cygwin/init.cc | |
parent | 8f36ef2f33ab096ea580dc4fdbaf6565b561e65f (diff) | |
download | cygnal-414808f9e01ce103d2bc67d4ddaa802125ce5512.tar.gz cygnal-414808f9e01ce103d2bc67d4ddaa802125ce5512.tar.bz2 cygnal-414808f9e01ce103d2bc67d4ddaa802125ce5512.zip |
* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generate
dependencies when invoked from top-level make.
Diffstat (limited to 'winsup/cygwin/init.cc')
-rw-r--r-- | winsup/cygwin/init.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/init.cc b/winsup/cygwin/init.cc index 491a9d2e3..cad51cc8e 100644 --- a/winsup/cygwin/init.cc +++ b/winsup/cygwin/init.cc @@ -147,6 +147,7 @@ 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 |