ChangeSet ID: 1000168354628396469634026 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/09/10 20:32:34
Modified files: dlls/comctl32 : tab.c dlls/ddraw/ddraw: hal.c dlls/imagehlp : modify.c dlls/msvcrt : locale.c dlls/ntdll : exception.c dlls/ole32 : bindctx.c filemoniker.c itemmoniker.c moniker.c ole2.c dlls/quartz : amerror.c dlls/setupapi : setupx_main.c dlls/shell32 : shpolicy.c dlls/winaspi : winaspi32.c dlls/wininet : ftp.c http.c internet.c dlls/x11drv : dga2.c xvidmode.c graphics : painting.c graphics/x11drv: bitblt.c oembitmap.c msdos : int10.c objects : clipping.c
Log message: Patrik Stridvall ps@leissner.se Cleanup code that is strange or difficult to parse.
Patch: http://cvs.winehq.com/patch.py?id=1000168354628396469634026
Revision Changes Path 1.61 +6 -5 wine/dlls/comctl32/tab.c 1.3 +1 -1 wine/dlls/ddraw/ddraw/hal.c 1.9 +2 -2 wine/dlls/imagehlp/modify.c 1.7 +2 -1 wine/dlls/msvcrt/locale.c 1.38 +3 -3 wine/dlls/ntdll/exception.c 1.12 +2 -2 wine/dlls/ole32/bindctx.c 1.15 +5 -5 wine/dlls/ole32/filemoniker.c 1.11 +6 -5 wine/dlls/ole32/itemmoniker.c 1.18 +1 -1 wine/dlls/ole32/moniker.c 1.29 +2 -2 wine/dlls/ole32/ole2.c 1.2 +147 -147 wine/dlls/quartz/amerror.c 1.16 +31 -33 wine/dlls/setupapi/setupx_main.c 1.7 +2 -2 wine/dlls/shell32/shpolicy.c 1.21 +9 -9 wine/dlls/winaspi/winaspi32.c 1.20 +3 -3 wine/dlls/wininet/ftp.c 1.18 +3 -3 wine/dlls/wininet/http.c 1.24 +5 -5 wine/dlls/wininet/internet.c 1.5 +2 -2 wine/dlls/x11drv/dga2.c 1.10 +33 -23 wine/dlls/x11drv/xvidmode.c 1.45 +15 -15 wine/graphics/painting.c 1.36 +3 -1 wine/graphics/x11drv/bitblt.c 1.30 +6 -8 wine/graphics/x11drv/oembitmap.c 1.33 +3 -3 wine/msdos/int10.c 1.28 +1 -1 wine/objects/clipping.c