Moved most of the 16-bit task support and NE module loader to
commit5fbb446cfc62aa922e893be6fca3915960ae27d7
authorAlexandre Julliard <julliard@winehq.org>
Sat, 23 Aug 2003 00:03:40 +0000 (23 00:03 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 23 Aug 2003 00:03:40 +0000 (23 00:03 +0000)
tree92e85ecabdc31c410a6796cfc7b159b178079293
parentdf167d17c626a3780d260e8a72846e5c7421a435
Moved most of the 16-bit task support and NE module loader to
dlls/kernel.
16 files changed:
dlls/kernel/Makefile.in
dlls/kernel/kernel_main.c
dlls/kernel/ne_module.c [copied from loader/ne/module.c with 72% similarity]
dlls/kernel/ne_segment.c [moved from loader/ne/segment.c with 98% similarity]
dlls/kernel/task.c [copied from loader/task.c with 95% similarity]
dlls/kernel/thunk.c
dlls/kernel/wowthunk.c
dlls/ntdll/Makefile.in
files/drive.c
include/task.h
include/thread.h
loader/module.c
loader/ne/module.c
loader/task.c
msdos/int21.c
scheduler/thread.c