]> sourceware.org Git - newlib-cygwin.git/commit
* autoload.cc: Add winmm functions needed by fhandler_dsp.cc.
authorChristopher Faylor <me@cgf.cx>
Mon, 16 Apr 2001 03:27:16 +0000 (03:27 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 16 Apr 2001 03:27:16 +0000 (03:27 +0000)
commitb0a50cf34c1646ca943983d7a34c57360ce062c1
treea8f3a9042adc69c81af40cc88548e288c02d5b8f
parent9f42525632f6edb1ff93fba5a724b927dd983a19
* autoload.cc: Add winmm functions needed by fhandler_dsp.cc.
* fhandler_dsp.cc: New file.  Implements OSS like /dev/dsp.
* include/sys/soundcard.h: New file.  User land includes for OSS /dev/dsp.
* fhandler.h: Add new class fhandler_dev_dsp and a FH_OSS_DSP definition.
* dtable.cc (dtable::build_fhandler): Allow creation of the /dev/dsp device.
* path.cc (windows_device_names): Add /dev/dsp into list of device names.
* Makefile.in (DLL_OFILES): Add fhandler_dsp.o.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/autoload.cc
winsup/cygwin/dtable.cc
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_dsp.cc [new file with mode: 0644]
winsup/cygwin/include/sys/soundcard.h [new file with mode: 0644]
winsup/cygwin/path.cc
This page took 0.029245 seconds and 5 git commands to generate.