Re: ntdll: unload modules based on inter-module dependencies

2007-12-01 Thread Lei Zhang
On Nov 30, 2007 10:06 PM, Dan Kegel <[EMAIL PROTECTED]> wrote: > This patch seems to break wineprefixcreate. > > > I sent an updated version of the patch that fixes the crash with wineprefixcreate. Now process_detach() would only follow the dependencies when it is called from LdrShutdownProcess().

re: ntdll: unload modules based on inter-module dependencies

2007-11-30 Thread Dan Kegel
This patch seems to break wineprefixcreate.