ChangeSet ID: 11292 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/03/01 15:32:03
Modified files: server : change.c include : config.h.in files : dos_fs.c dlls/winsock : socket.c dlls/winmm/joystick: joystick.c dlls/winedos : ppdev.c dlls/wined3d : vertexshader.c dlls/netapi32 : nbt.c dlls/iphlpapi : ipstats.c dlls/dinput : joystick_linux.c dlls/d3d8 : shader.c . : configure.ac configure
Log message: Portability fixes for LSB compatibility.
Patch: http://cvs.winehq.org/patch.py?id=11292
Old revision New revision Changes Path 1.20 1.21 +1 -1 wine/server/change.c 1.179 1.180 +3 -0 wine/include/config.h.in 1.149 1.150 +3 -0 wine/files/dos_fs.c 1.148 1.149 +19 -6 wine/dlls/winsock/socket.c 1.15 1.16 +3 -0 wine/dlls/winmm/joystick/joystick.c 1.2 1.3 +4 -1 wine/dlls/winedos/ppdev.c 1.1 1.2 +4 -4 wine/dlls/wined3d/vertexshader.c 1.7 1.8 +1 -1 wine/dlls/netapi32/nbt.c 1.8 1.9 +12 -32 wine/dlls/iphlpapi/ipstats.c 1.1 1.2 +3 -0 wine/dlls/dinput/joystick_linux.c 1.17 1.18 +4 -4 wine/dlls/d3d8/shader.c 1.244 1.245 +1 -0 wine/configure.ac 1.527 1.528 +2 -0 wine/configure