ChangeSet ID: 5813 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/17 11:43:45
Modified files: windows : winproc.c winhelp.c win.c struct32.c spy.c mdi.c hook.c dialog.c cursoricon.c class.c include/wine : winsock16.h include : wownt32.h win.h user.h dlls/winsock : socket.c async.c dlls/winmm/mciwave: mciwave.c dlls/winmm/mciseq: mcimidi.c dlls/winmm/mcicda: mcicda.c dlls/winmm/mciavi: private_mciavi.h dlls/winmm/mcianim: mcianim.c dlls/winmm : winemm.h dlls/wineps : driver.c dlls/user : wnd16.c user16.c resource.c property.c msg16.c dlls/shell32 : shlexec.c shell32_main.h shell.c dlls/setupapi : setupx_main.c dlls/ole32 : ole2.c dlls/msvideo : vfw16.h msvideo_main.c msvideo16.c dlls/gdi/win16drv: prtdrv.c dlls/gdi : gdi16.c dlls/commdlg : cdlg.h controls : static.c menu.c listbox.c
Log message: Fixed wownt32.h to make it usable from inside Wine, and use it to avoid some duplication of the handle conversion macros.
Patch: http://cvs.winehq.com/patch.py?id=5813
Old revision New revision Changes Path 1.91 1.92 +1 -0 wine/windows/winproc.c 1.25 1.26 +1 -0 wine/windows/winhelp.c 1.197 1.198 +1 -0 wine/windows/win.c 1.5 1.6 +1 -0 wine/windows/struct32.c 1.45 1.46 +1 -0 wine/windows/spy.c 1.99 1.100 +1 -0 wine/windows/mdi.c 1.38 1.39 +1 -0 wine/windows/hook.c 1.106 1.107 +1 -0 wine/windows/dialog.c 1.54 1.55 +11 -22 wine/windows/cursoricon.c 1.50 1.51 +1 -0 wine/windows/class.c 1.6 1.7 +0 -3 wine/include/wine/winsock16.h 1.4 1.5 +46 -5 wine/include/wownt32.h 1.72 1.73 +0 -3 wine/include/win.h 1.43 1.44 +0 -4 wine/include/user.h 1.108 1.109 +1 -0 wine/dlls/winsock/socket.c 1.26 1.27 +1 -0 wine/dlls/winsock/async.c 1.23 1.24 +1 -2 wine/dlls/winmm/mciwave/mciwave.c 1.18 1.19 +1 -2 wine/dlls/winmm/mciseq/mcimidi.c 1.25 1.26 +1 -2 wine/dlls/winmm/mcicda/mcicda.c 1.4 1.5 +5 -2 wine/dlls/winmm/mciavi/private_mciavi.h 1.14 1.15 +1 -2 wine/dlls/winmm/mcianim/mcianim.c 1.24 1.25 +1 -2 wine/dlls/winmm/winemm.h 1.14 1.15 +1 -2 wine/dlls/wineps/driver.c 1.11 1.12 +2 -14 wine/dlls/user/wnd16.c 1.3 1.4 +2 -7 wine/dlls/user/user16.c 1.13 1.14 +1 -0 wine/dlls/user/resource.c 1.6 1.7 +1 -0 wine/dlls/user/property.c 1.13 1.14 +1 -0 wine/dlls/user/msg16.c 1.8 1.9 +1 -0 wine/dlls/shell32/shlexec.c 1.53 1.54 +0 -1 wine/dlls/shell32/shell32_main.h 1.46 1.47 +1 -0 wine/dlls/shell32/shell.c 1.23 1.24 +1 -1 wine/dlls/setupapi/setupx_main.c 1.34 1.35 +1 -3 wine/dlls/ole32/ole2.c 1.4 1.5 +1 -4 wine/dlls/msvideo/vfw16.h 1.38 1.39 +0 -1 wine/dlls/msvideo/msvideo_main.c 1.2 1.3 +0 -2 wine/dlls/msvideo/msvideo16.c 1.4 1.5 +1 -2 wine/dlls/gdi/win16drv/prtdrv.c 1.6 1.7 +1 -14 wine/dlls/gdi/gdi16.c 1.22 1.23 +1 -4 wine/dlls/commdlg/cdlg.h 1.38 1.39 +1 -0 wine/controls/static.c 1.148 1.149 +1 -0 wine/controls/menu.c 1.85 1.86 +1 -0 wine/controls/listbox.c