ChangeSet ID: 9271 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/09 22:56:49
Modified files: windows : nonclient.c msgbox.c mdi.c dialog.c defwnd.c cursoricon.c class.c programs/winhelp: winhelp.c programs/winemenubuilder: winemenubuilder.c include/wine : winuser16.h include : winuser.h dlls/x11drv : desktop.c dlls/winmm/mciavi: wnd.c dlls/winmm : mmsystem.c mci.c dlls/user/tests: win.c sysparams.c dlls/user : resource.c exticon.c dialog16.c controls.h dlls/shlwapi : ordinal.c dlls/shell32 : systray.c shlview.c shell32_main.c dialogs.c brsfolder.c dlls/setupapi : virtcopy.c dlls/richedit : richedit.c dlls/msvcrt : locale.c dlls/kernel : resource16.c locale.c format_msg.c dlls/ddraw/dsurface: wndproc.c dlls/commdlg : printdlg16.c printdlg.c fontdlg16.c fontdlg.c finddlg32.c finddlg.c filedlg95.c filedlg.c colordlg16.c colordlg.c dlls/comctl32 : updown.c treeview.c trackbar.c tooltips.c toolbar.c tab.c status.c rebar.c propsheet.c progress.c pager.c nativefont.c monthcal.c listview.c ipaddress.c header.c flatsb.c datetime.c commctrl.c comboex.c animate.c controls : static.c scroll.c menu.c listbox.c icontitle.c edit.c desktop.c combo.c button.c
Log message: Removed the A/W constants for builtin cursors, icons and resource types since they don't exist on Windows, and added typecasts everywhere instead.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9271
Old revision New revision Changes Path 1.111 1.112 +6 -6 wine/windows/nonclient.c 1.44 1.45 +5 -5 wine/windows/msgbox.c 1.110 1.111 +2 -2 wine/windows/mdi.c 1.119 1.120 +5 -5 wine/windows/dialog.c 1.81 1.82 +1 -1 wine/windows/defwnd.c 1.67 1.68 +6 -6 wine/windows/cursoricon.c 1.58 1.59 +1 -1 wine/windows/class.c 1.28 1.29 +2 -2 wine/programs/winhelp/winhelp.c 1.5 1.6 +4 -4 wine/programs/winemenubuilder/winemenubuilder.c 1.46 1.47 +0 -17 wine/include/wine/winuser16.h 1.166 1.167 +48 -126 wine/include/winuser.h 1.11 1.12 +1 -1 wine/dlls/x11drv/desktop.c 1.6 1.7 +1 -2 wine/dlls/winmm/mciavi/wnd.c 1.94 1.95 +1 -1 wine/dlls/winmm/mmsystem.c 1.44 1.45 +2 -2 wine/dlls/winmm/mci.c 1.7 1.8 +2 -6 wine/dlls/user/tests/win.c 1.16 1.17 +2 -9 wine/dlls/user/tests/sysparams.c 1.17 1.18 +4 -4 wine/dlls/user/resource.c 1.29 1.30 +2 -2 wine/dlls/user/exticon.c 1.4 1.5 +2 -2 wine/dlls/user/dialog16.c 1.11 1.12 +7 -7 wine/dlls/user/controls.h 1.72 1.73 +2 -2 wine/dlls/shlwapi/ordinal.c 1.22 1.23 +1 -1 wine/dlls/shell32/systray.c 1.84 1.85 +1 -1 wine/dlls/shell32/shlview.c 1.120 1.121 +4 -4 wine/dlls/shell32/shell32_main.c 1.16 1.17 +3 -2 wine/dlls/shell32/dialogs.c 1.47 1.48 +2 -2 wine/dlls/shell32/brsfolder.c 1.17 1.18 +2 -2 wine/dlls/setupapi/virtcopy.c 1.31 1.32 +1 -1 wine/dlls/richedit/richedit.c 1.20 1.21 +1 -1 wine/dlls/msvcrt/locale.c 1.2 1.3 +4 -4 wine/dlls/kernel/resource16.c 1.17 1.18 +6 -6 wine/dlls/kernel/locale.c 1.29 1.30 +1 -1 wine/dlls/kernel/format_msg.c 1.7 1.8 +1 -1 wine/dlls/ddraw/dsurface/wndproc.c 1.2 1.3 +3 -3 wine/dlls/commdlg/printdlg16.c 1.69 1.70 +12 -12 wine/dlls/commdlg/printdlg.c 1.3 1.4 +2 -2 wine/dlls/commdlg/fontdlg16.c 1.53 1.54 +5 -5 wine/dlls/commdlg/fontdlg.c 1.21 1.22 +3 -3 wine/dlls/commdlg/finddlg32.c 1.26 1.27 +2 -2 wine/dlls/commdlg/finddlg.c 1.102 1.103 +3 -3 wine/dlls/commdlg/filedlg95.c 1.66 1.67 +6 -6 wine/dlls/commdlg/filedlg.c 1.2 1.3 +2 -2 wine/dlls/commdlg/colordlg16.c 1.42 1.43 +3 -3 wine/dlls/commdlg/colordlg.c 1.51 1.52 +1 -1 wine/dlls/comctl32/updown.c 1.125 1.126 +1 -1 wine/dlls/comctl32/treeview.c 1.53 1.54 +1 -1 wine/dlls/comctl32/trackbar.c 1.56 1.57 +1 -1 wine/dlls/comctl32/tooltips.c 1.136 1.137 +2 -2 wine/dlls/comctl32/toolbar.c 1.82 1.83 +2 -2 wine/dlls/comctl32/tab.c 1.59 1.60 +1 -1 wine/dlls/comctl32/status.c 1.73 1.74 +4 -4 wine/dlls/comctl32/rebar.c 1.87 1.88 +6 -6 wine/dlls/comctl32/propsheet.c 1.32 1.33 +1 -1 wine/dlls/comctl32/progress.c 1.41 1.42 +1 -1 wine/dlls/comctl32/pager.c 1.18 1.19 +1 -1 wine/dlls/comctl32/nativefont.c 1.39 1.40 +1 -1 wine/dlls/comctl32/monthcal.c 1.363 1.364 +1 -1 wine/dlls/comctl32/listview.c 1.31 1.32 +1 -1 wine/dlls/comctl32/ipaddress.c 1.56 1.57 +2 -2 wine/dlls/comctl32/header.c 1.26 1.27 +1 -1 wine/dlls/comctl32/flatsb.c 1.38 1.39 +1 -1 wine/dlls/comctl32/datetime.c 1.69 1.70 +1 -1 wine/dlls/comctl32/commctrl.c 1.64 1.65 +1 -1 wine/dlls/comctl32/comboex.c 1.48 1.49 +1 -1 wine/dlls/comctl32/animate.c 1.44 1.45 +1 -1 wine/controls/static.c 1.68 1.69 +1 -1 wine/controls/scroll.c 1.166 1.167 +4 -4 wine/controls/menu.c 1.95 1.96 +2 -2 wine/controls/listbox.c 1.28 1.29 +1 -1 wine/controls/icontitle.c 1.119 1.120 +1 -1 wine/controls/edit.c 1.30 1.31 +1 -1 wine/controls/desktop.c 1.99 1.100 +1 -1 wine/controls/combo.c 1.66 1.67 +1 -1 wine/controls/button.c