Sept. 18, 2003
1:46 p.m.
Alexandre Julliard wrote: > ChangeSet ID: 9365 > CVSROOT: /home/winehq/opt/cvs-commit > Module name: wine > Changes by: julliard(a)wine.codeweavers.com 2003/09/17 00:31:33 > > Modified files: > scheduler : thread.c process.c > loader : module.c > libs/wine : loader.c > dlls/ntdll : Makefile.in > dlls/kernel : thread.c process.c Makefile.in > Added files: > dlls/kernel : fiber.c except.c > Removed files: > win32 : except.c > scheduler : fiber.c > > Log message: > Moved almost all remaining process, thread, fiber and exception > functions to dlls/kernel. Quite a bit of the initialisation code is still in ntdll. How do you see the final move: - all initialisation code in kernel32 - part of it in ntdll, the rest in kernel32 A+ -- Eric Pouech