ChangeSet ID: 5720 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/10 16:22:14
Modified files: controls : static.c dlls/comctl32 : listview.c propsheet.c status.c dlls/commdlg : filedlg.c dlls/ole32 : ole2.c dlls/shell32 : dialogs.c iconcache.c shell.c shell32_main.c shell32_main.h dlls/shlwapi : ordinal.c dlls/user : exticon.c dlls/x11drv : desktop.c window.c winpos.c graphics/x11drv: bitmap.c include : cursoricon.h user.h windef.h msdos : interrupts.c windows : class.c cursoricon.c defwnd.c mdi.c msgbox.c nonclient.c win.c
Log message: Michael Stefaniuc mstefani@redhat.de - change the internal functions in windows/cursoricon.c to use 32bit handles - move the implementation of ExtractAssociatedIcon16 to ExtractAssociatedIconA - convert HICON to a void* - fixed some handle conversions that happened to be in the way while doing the above
Patch: http://cvs.winehq.com/patch.py?id=5720
Old revision New revision Changes Path 1.37 1.38 +12 -13 wine/controls/static.c 1.203 1.204 +2 -2 wine/dlls/comctl32/listview.c 1.69 1.70 +2 -2 wine/dlls/comctl32/propsheet.c 1.51 1.52 +1 -1 wine/dlls/comctl32/status.c 1.53 1.54 +6 -6 wine/dlls/commdlg/filedlg.c 1.33 1.34 +7 -3 wine/dlls/ole32/ole2.c 1.9 1.10 +1 -1 wine/dlls/shell32/dialogs.c 1.58 1.59 +39 -7 wine/dlls/shell32/iconcache.c 1.45 1.46 +10 -40 wine/dlls/shell32/shell.c 1.99 1.100 +3 -3 wine/dlls/shell32/shell32_main.c 1.52 1.53 +3 -0 wine/dlls/shell32/shell32_main.h 1.56 1.57 +1 -1 wine/dlls/shlwapi/ordinal.c 1.20 1.21 +4 -4 wine/dlls/user/exticon.c 1.7 1.8 +1 -1 wine/dlls/x11drv/desktop.c 1.41 1.42 +2 -2 wine/dlls/x11drv/window.c 1.51 1.52 +2 -2 wine/dlls/x11drv/winpos.c 1.41 1.42 +1 -1 wine/graphics/x11drv/bitmap.c 1.17 1.18 +0 -7 wine/include/cursoricon.h 1.41 1.42 +8 -1 wine/include/user.h 1.75 1.76 +1 -1 wine/include/windef.h 1.23 1.24 +1 -1 wine/msdos/interrupts.c 1.49 1.50 +29 -29 wine/windows/class.c 1.53 1.54 +94 -73 wine/windows/cursoricon.c 1.76 1.77 +6 -6 wine/windows/defwnd.c 1.98 1.99 +2 -2 wine/windows/mdi.c 1.32 1.33 +8 -4 wine/windows/msgbox.c 1.99 1.100 +1 -1 wine/windows/nonclient.c 1.193 1.194 +5 -5 wine/windows/win.c