* cygwin.din: add cygwin_dll_init

* dcrt0.cc (cygwin_dll_init): new
(dll_crt0_1): short circuit if manually loaded
* path.cc (mount_info::init): don't init if manually loaded
This commit is contained in:
DJ Delorie
2000-06-08 00:55:27 +00:00
parent 6b878fd051
commit 48b8705360
4 changed files with 55 additions and 0 deletions

View File

@ -854,6 +854,9 @@ mount_info::init ()
the registry. */
from_registry ();
if (dynamically_loaded)
return;
/* If slash isn't already mounted, mount system directory as slash. */
if (nmounts != 0)
for (int i = 0; i < nmounts; i++)