On March 11, 2003 08:19 pm, Alexandre Julliard wrote:
No, because the Wine pthreads routines use ntdll, and so they need the Wine environment to be initialized properly.
True, but would it be possible somehow to do some late binding to the NTDLL stuff (using dlopen)? We get to override the symbol, and then we have fighting chance of doing something decent with it :)