ChangeSet ID: 5817 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/17 13:26:54
Modified files: windows : winproc.c message.c dlls/winedos : module.c dlls/user : wnd16.c msg16.c dlls/kernel : wowthunk.c kernel32.spec
Log message: Use the WOWHandle functions to convert between task handle and thread id. Stop exporting TASK_GetPtr and THREAD_IdToTEB from kernel.
Patch: http://cvs.winehq.com/patch.py?id=5817
Old revision New revision Changes Path 1.92 1.93 +5 -11 wine/windows/winproc.c 1.144 1.145 +0 -1 wine/windows/message.c 1.21 1.22 +1 -1 wine/dlls/winedos/module.c 1.12 1.13 +3 -4 wine/dlls/user/wnd16.c 1.14 1.15 +3 -4 wine/dlls/user/msg16.c 1.24 1.25 +7 -2 wine/dlls/kernel/wowthunk.c 1.64 1.65 +0 -2 wine/dlls/kernel/kernel32.spec