Use the standard CreateThread routine to create 16-bit tasks instead
commit9ee9efff1b1dd782c6ea8dc9abd1734f0767015a
authorAlexandre Julliard <julliard@winehq.org>
Wed, 28 Feb 2001 05:29:50 +0000 (28 05:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 28 Feb 2001 05:29:50 +0000 (28 05:29 +0000)
treed547dcfb08881a8658c15ae9018a390b238847f2
parente1635e9a63b4d22e1926b776c93b23cd953e1bca
Use the standard CreateThread routine to create 16-bit tasks instead
of duplicating the code.
dlls/kernel/kernel_main.c
include/module.h
include/task.h
include/thread.h
loader/ne/module.c
loader/task.c
scheduler/process.c
scheduler/thread.c