ChangeSet ID: 16423 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/04 06:38:38
Modified files: server : thread.c signal.c serial.c request.c process.c named_pipe.c file.c fd.c include : config.h.in dlls/winsock : socket.c dlls/winmm/wineoss: midi.c dsrender.c dscapture.c audio.c dlls/ntdll : sync.c dlls/kernel : sync.c . : configure.ac configure
Log message: Steven Edwards steven_ed4153@yahoo.com Added a check for poll.h.
Patch: http://cvs.winehq.org/patch.py?id=16423
Old revision New revision Changes Path 1.109 1.110 +3 -0 wine/server/thread.c 1.8 1.9 +3 -0 wine/server/signal.c 1.37 1.38 +3 -0 wine/server/serial.c 1.85 1.86 +3 -0 wine/server/request.c 1.123 1.124 +3 -0 wine/server/process.c 1.34 1.35 +3 -0 wine/server/named_pipe.c 1.90 1.91 +3 -0 wine/server/file.c 1.34 1.35 +3 -0 wine/server/fd.c 1.213 1.214 +3 -0 wine/include/config.h.in 1.172 1.173 +3 -0 wine/dlls/winsock/socket.c 1.42 1.43 +3 -0 wine/dlls/winmm/wineoss/midi.c 1.5 1.6 +3 -0 wine/dlls/winmm/wineoss/dsrender.c 1.5 1.6 +3 -0 wine/dlls/winmm/wineoss/dscapture.c 1.157 1.158 +3 -0 wine/dlls/winmm/wineoss/audio.c 1.42 1.43 +3 -0 wine/dlls/ntdll/sync.c 1.70 1.71 +3 -0 wine/dlls/kernel/sync.c 1.341 1.342 +1 -0 wine/configure.ac 1.635 1.636 +2 -0 wine/configure