ChangeSet ID: 6105 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/30 17:45:39
Modified files: windows : win.c sysparams.c scroll.c painting.c nonclient.c message.c defwnd.c include : win.h dlls/user : user16.c controls : uitools.c static.c edit.c desktop.c combo.c
Log message: Michael Stefaniuc mstefani@redhat.de Some more fixes for compiling the user dll with -DSTRICT.
Patch: http://cvs.winehq.com/patch.py?id=6105
Old revision New revision Changes Path 1.203 1.204 +2 -3 wine/windows/win.c 1.41 1.42 +1 -1 wine/windows/sysparams.c 1.38 1.39 +0 -19 wine/windows/scroll.c 1.77 1.78 +42 -41 wine/windows/painting.c 1.102 1.103 +16 -15 wine/windows/nonclient.c 1.147 1.148 +1 -1 wine/windows/message.c 1.77 1.78 +2 -2 wine/windows/defwnd.c 1.74 1.75 +1 -1 wine/include/win.h 1.5 1.6 +47 -0 wine/dlls/user/user16.c 1.28 1.29 +0 -30 wine/controls/uitools.c 1.39 1.40 +16 -14 wine/controls/static.c 1.103 1.104 +6 -6 wine/controls/edit.c 1.27 1.28 +2 -3 wine/controls/desktop.c 1.90 1.91 +14 -11 wine/controls/combo.c