Alexandre Julliard wrote:
ChangeSet ID: 9365 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@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 pouech-eric@wanadoo.fr writes:
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
There will of course be parts in ntdll and parts in kernel32, but initialization still requires quite a bit of work. Right now I'm trying to make sure that at least the API functions are in the right place.