ChangeSet ID: 1027997060626571761517884 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/07/29 21:44:20
Modified files: . : configure configure.ac dlls : Makefile.in include : config.h.in Added files: dlls/winmm/winenas: .cvsignore Makefile.in audio.c nas.c nas.h winenas.drv.spec
Log message: Merged the NAS driver written by Nicolas Escuder n.escuder@alineanet.com.
Patch: http://cvs.winehq.com/patch.py?id=1027997060626571761517884
Revision Changes Path 1.325 +230 -1 wine/configure 1.65 +10 -0 wine/configure.ac 1.144 +9 -1 wine/dlls/Makefile.in 1.1 +0 -0 wine/dlls/winmm/winenas/.cvsignore 1.1 +0 -0 wine/dlls/winmm/winenas/Makefile.in 1.1 +0 -0 wine/dlls/winmm/winenas/audio.c 1.1 +0 -0 wine/dlls/winmm/winenas/nas.c 1.1 +0 -0 wine/dlls/winmm/winenas/nas.h 1.1 +0 -0 wine/dlls/winmm/winenas/winenas.drv.spec 1.125 +9 -0 wine/include/config.h.in