ChangeSet ID: 983338191617443753872067 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/02/28 00:29:51
Modified files: dlls/kernel : kernel_main.c include : module.h task.h thread.h loader : task.c loader/ne : module.c scheduler : process.c thread.c
Log message: Use the standard CreateThread routine to create 16-bit tasks instead of duplicating the code.
Patch: http://cvs.winehq.com/patch.py?id=983338191617443753872067
Revision Changes Path 1.19 +1 -7 wine/dlls/kernel/kernel_main.c 1.56 +1 -0 wine/include/module.h 1.25 +3 -2 wine/include/task.h 1.48 +1 -2 wine/include/thread.h 1.102 +72 -13 wine/loader/task.c 1.101 +14 -42 wine/loader/ne/module.c 1.147 +2 -2 wine/scheduler/process.c 1.93 +12 -28 wine/scheduler/thread.c