ChangeSet ID: 14767 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/09 08:08:00
Modified files: windows : winproc.c programs/uninstaller: main.c programs/regedit: framewnd.c dlls/winmm/mciwave: mciwave.c dlls/wineps : glyphlist.c dlls/wined3d : drawprim.c directx.c device.c dlls/winaspi : winaspi16.c dlls/user : menu.c dlls/shell32 : shellole.c dlls/serialui : confdlg.c dlls/quartz : systemclock.c dlls/ole32 : storage32.c compositemoniker.c dlls/msvcrt : lock.c dlls/kernel/tests: locale.c dlls/itss : chm_lib.c dlls/dsound : sound3d.c dlls/dmloader : loader.c classfactory.c dlls/dmime : performance.c dlls/ddraw/dsurface: fakezbuffer.c dlls/ddraw/d3ddevice: mesa.c dlls/ddraw : mesa.c d3dvertexbuffer.c d3dtexture.c dlls/d3d8 : vshaderdeclaration.c utils.c drawprim.c device.c dlls/commdlg : printdlg.c dlls/comctl32 : tab.c datetime.c dlls/avifil32 : avifile.c
Log message: Janitorial: C booleans must not be compared against TRUE.
Patch: http://cvs.winehq.org/patch.py?id=14767
Old revision New revision Changes Path 1.124 1.125 +1 -2 wine/windows/winproc.c 1.18 1.19 +1 -1 wine/programs/uninstaller/main.c 1.15 1.16 +1 -1 wine/programs/regedit/framewnd.c 1.30 1.31 +1 -1 wine/dlls/winmm/mciwave/mciwave.c 1.8 1.9 +1 -1 wine/dlls/wineps/glyphlist.c 1.1 1.2 +2 -2 wine/dlls/wined3d/drawprim.c 1.12 1.13 +2 -2 wine/dlls/wined3d/directx.c 1.10 1.11 +2 -2 wine/dlls/wined3d/device.c 1.37 1.38 +2 -3 wine/dlls/winaspi/winaspi16.c 1.9 1.10 +1 -1 wine/dlls/user/menu.c 1.72 1.73 +1 -1 wine/dlls/shell32/shellole.c 1.18 1.19 +1 -1 wine/dlls/serialui/confdlg.c 1.6 1.7 +1 -1 wine/dlls/quartz/systemclock.c 1.62 1.63 +1 -1 wine/dlls/ole32/storage32.c 1.33 1.34 +1 -1 wine/dlls/ole32/compositemoniker.c 1.4 1.5 +1 -1 wine/dlls/msvcrt/lock.c 1.33 1.34 +1 -1 wine/dlls/kernel/tests/locale.c 1.4 1.5 +1 -1 wine/dlls/itss/chm_lib.c 1.36 1.37 +1 -1 wine/dlls/dsound/sound3d.c 1.16 1.17 +1 -1 wine/dlls/dmloader/loader.c 1.4 1.5 +2 -2 wine/dlls/dmloader/classfactory.c 1.17 1.18 +4 -4 wine/dlls/dmime/performance.c 1.16 1.17 +1 -1 wine/dlls/ddraw/dsurface/fakezbuffer.c 1.164 1.165 +28 -28 wine/dlls/ddraw/d3ddevice/mesa.c 1.63 1.64 +4 -4 wine/dlls/ddraw/mesa.c 1.19 1.20 +1 -1 wine/dlls/ddraw/d3dvertexbuffer.c 1.65 1.66 +2 -2 wine/dlls/ddraw/d3dtexture.c 1.10 1.11 +2 -2 wine/dlls/d3d8/vshaderdeclaration.c 1.26 1.27 +1 -1 wine/dlls/d3d8/utils.c 1.25 1.26 +14 -14 wine/dlls/d3d8/drawprim.c 1.119 1.120 +5 -5 wine/dlls/d3d8/device.c 1.82 1.83 +2 -2 wine/dlls/commdlg/printdlg.c 1.101 1.102 +2 -2 wine/dlls/comctl32/tab.c 1.50 1.51 +1 -1 wine/dlls/comctl32/datetime.c 1.51 1.52 +1 -1 wine/dlls/avifil32/avifile.c