ChangeSet ID: 19310 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/03 10:53:26
Modified files: programs/winecfg: properties.c audio.c include : config.h.in dlls : Makefile.in . : configure.ac configure Added files: dlls/winmm/wineesd: wineesd.drv.spec esound.h esound.c audio.c Makefile.in .cvsignore
Log message: Peter Åstrand astrand@cendio.se Implemented an Esound driver.
Patch: http://cvs.winehq.org/patch.py?id=19310
Old revision New revision Changes Path 1.12 1.13 +1 -0 wine/programs/winecfg/properties.c 1.13 1.14 +9 -0 wine/programs/winecfg/audio.c 1.226 1.227 +3 -0 wine/include/config.h.in 1.253 1.254 +6 -0 wine/dlls/Makefile.in 1.385 1.386 +24 -2 wine/configure.ac 1.684 1.685 +137 -4 wine/configure Added 1.1 +0 -0 wine/dlls/winmm/wineesd/wineesd.drv.spec Added 1.1 +0 -0 wine/dlls/winmm/wineesd/esound.h Added 1.1 +0 -0 wine/dlls/winmm/wineesd/esound.c Added 1.1 +0 -0 wine/dlls/winmm/wineesd/audio.c Added 1.1 +0 -0 wine/dlls/winmm/wineesd/Makefile.in Added 1.1 +0 -0 wine/dlls/winmm/wineesd/.cvsignore