ChangeSet ID: 1031168222267434878348471 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/09/04 14:37:02
Modified files: controls : listbox.c static.c dlls/user : msg16.c property.c wnd16.c dlls/user/dde : client.c dlls/x11drv : dga2.c event.c include : win.h windows : dialog.c hook.c mdi.c message.c spy.c struct32.c win.c winhelp.c winproc.c
Log message: Michael Stefaniuc mstefani@redhat.de - Rename WIN_Handle16 to HWDN_16 and make it a macro. - Prepare user.dll for the change of HWND to a void*.
Patch: http://cvs.winehq.com/patch.py?id=1031168222267434878348471
Revision Changes Path 1.85 +4 -3 wine/controls/listbox.c 1.37 +7 -5 wine/controls/static.c 1.12 +4 -4 wine/dlls/user/msg16.c 1.6 +2 -1 wine/dlls/user/property.c 1.9 +28 -28 wine/dlls/user/wnd16.c 1.9 +7 -7 wine/dlls/user/dde/client.c 1.11 +1 -1 wine/dlls/x11drv/dga2.c 1.7 +2 -2 wine/dlls/x11drv/event.c 1.67 +2 -4 wine/include/win.h 1.104 +4 -4 wine/windows/dialog.c 1.37 +7 -7 wine/windows/hook.c 1.97 +3 -3 wine/windows/mdi.c 1.140 +5 -3 wine/windows/message.c 1.44 +7 -7 wine/windows/spy.c 1.5 +4 -4 wine/windows/struct32.c 1.189 +8 -7 wine/windows/win.c 1.25 +1 -1 wine/windows/winhelp.c 1.89 +14 -14 wine/windows/winproc.c