ChangeSet ID: 14589 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/11/28 09:10:28
Modified files: windows : timer.c message.c class.c dlls/user : wnd16.c winproc.h msg16.c
Log message: Take advantage of the new winproc handling to move some more functions to 16-bit files. TIMER_IsTimerValid is no longer necessary now that winprocs are never freed.
Patch: http://cvs.winehq.org/patch.py?id=14589
Old revision New revision Changes Path 1.45 1.46 +7 -61 wine/windows/timer.c 1.162 1.163 +0 -14 wine/windows/message.c 1.66 1.67 +0 -130 wine/windows/class.c 1.21 1.22 +139 -0 wine/dlls/user/wnd16.c 1.10 1.11 +0 -1 wine/dlls/user/winproc.h 1.25 1.26 +0 -8 wine/dlls/user/msg16.c