ChangeSet ID: 19324 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/03 16:25:11
Modified files: tools/wrc : parser.y tools/wmc : write.c wmc.c tools/winedump : main.c dump.c tools/widl : widl.c proxy.c tools : sfnt2fnt.c fnt2fon.c fnt2bdf.c server : fd.c programs/winecfg: drivedetect.c include/wine : port.h include : config.h.in dlls/winmm/wineoss: mmaux.c mixer.c midi.c dlls/winmm/joystick: joystick.c dlls/wineps : type1afm.c ppd.c dlls/winedos : ppdev.c dlls/winaspi : winaspi16.c aspi.c dlls/shell32 : shfldr_unixfs.c dlls/qcap : v4l.c dlls/ntdll : path.c dlls/iphlpapi : ipstats.c dlls/ddraw : texture.c surface_main.c surface_dib.c dlls/dbghelp : elf_module.c dlls/d3d8 : surface.c dlls/avicap32 : avicap32_main.c dlls/advapi32 : crypt.c . : configure.ac configure
Log message: Removed the broken mmap64 configure check, and moved the _FILE_OFFSET_BITS define to wine/port.h. Made sure that all files that need the define include it.
Patch: http://cvs.winehq.org/patch.py?id=19324
Old revision New revision Changes Path 1.52 1.53 +1 -0 wine/tools/wrc/parser.y 1.10 1.11 +3 -0 wine/tools/wmc/write.c 1.3 1.4 +1 -1 wine/tools/wmc/wmc.c 1.19 1.20 +1 -0 wine/tools/winedump/main.c 1.3 1.4 +0 -4 wine/tools/winedump/dump.c 1.24 1.25 +1 -0 wine/tools/widl/widl.c 1.21 1.22 +1 -0 wine/tools/widl/proxy.c 1.8 1.9 +1 -0 wine/tools/sfnt2fnt.c 1.3 1.4 +1 -0 wine/tools/fnt2fon.c 1.17 1.18 +1 -4 wine/tools/fnt2bdf.c 1.46 1.47 +1 -0 wine/server/fd.c 1.10 1.11 +1 -0 wine/programs/winecfg/drivedetect.c 1.66 1.67 +1 -0 wine/include/wine/port.h 1.228 1.229 +0 -3 wine/include/config.h.in 1.12 1.13 +1 -0 wine/dlls/winmm/wineoss/mmaux.c 1.34 1.35 +1 -0 wine/dlls/winmm/wineoss/mixer.c 1.46 1.47 +1 -0 wine/dlls/winmm/wineoss/midi.c 1.18 1.19 +1 -0 wine/dlls/winmm/joystick/joystick.c 1.10 1.11 +1 -0 wine/dlls/wineps/type1afm.c 1.20 1.21 +1 -0 wine/dlls/wineps/ppd.c 1.10 1.11 +1 -0 wine/dlls/winedos/ppdev.c 1.41 1.42 +1 -0 wine/dlls/winaspi/winaspi16.c 1.24 1.25 +1 -0 wine/dlls/winaspi/aspi.c 1.44 1.45 +2 -0 wine/dlls/shell32/shfldr_unixfs.c 1.2 1.3 +1 -0 wine/dlls/qcap/v4l.c 1.33 1.34 +1 -0 wine/dlls/ntdll/path.c 1.12 1.13 +1 -0 wine/dlls/iphlpapi/ipstats.c 1.3 1.4 +1 -0 wine/dlls/ddraw/texture.c 1.3 1.4 +1 -0 wine/dlls/ddraw/surface_main.c 1.4 1.5 +1 -0 wine/dlls/ddraw/surface_dib.c 1.22 1.23 +1 -0 wine/dlls/dbghelp/elf_module.c 1.45 1.46 +1 -0 wine/dlls/d3d8/surface.c 1.12 1.13 +4 -1 wine/dlls/avicap32/avicap32_main.c 1.69 1.70 +1 -0 wine/dlls/advapi32/crypt.c 1.388 1.389 +0 -39 wine/configure.ac 1.687 1.688 +0 -78 wine/configure