Dsound from win 2004 month 12 or month 11. It is working in windows 2000 in software...
authorMagnus Olsen <magnus@greatlord.com>
Sat, 8 Oct 2005 16:38:07 +0000 (16:38 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Sat, 8 Oct 2005 16:38:07 +0000 (16:38 +0000)
commitd0bc2f7b1aec9ae9b0bff14d8ab2077b0afbd605
treee523158ff23f7368ce05b339638fe17dd3624c2d
parentee7df88f58a359f827bacde14dc26bd23a895ec1
Dsound from win 2004 month 12 or month 11. It is working in windows 2000 in software emulation mode. Tested with quake2 and some other apps. Not tested in ReactOS

svn path=/trunk/; revision=18339
28 files changed:
reactos/lib/dsound/buffer.c [new file with mode: 0644]
reactos/lib/dsound/capture.c [new file with mode: 0644]
reactos/lib/dsound/dsound.c
reactos/lib/dsound/dsound.def [deleted file]
reactos/lib/dsound/dsound.spec [new file with mode: 0644]
reactos/lib/dsound/dsound.xml
reactos/lib/dsound/dsound_main.c [new file with mode: 0644]
reactos/lib/dsound/dsound_private.h [new file with mode: 0644]
reactos/lib/dsound/dxroslayer/dxros_layer.h [new file with mode: 0644]
reactos/lib/dsound/dxroslayer/dxrosdrv_querydsounddesc.c [new file with mode: 0644]
reactos/lib/dsound/dxroslayer/dxrosdrv_querydsoundiface.c [new file with mode: 0644]
reactos/lib/dsound/dxroslayer/dxroslayer.c [new file with mode: 0644]
reactos/lib/dsound/dxroslayer/getguidfromstring.c [new file with mode: 0644]
reactos/lib/dsound/mixer.c [new file with mode: 0644]
reactos/lib/dsound/primary.c [new file with mode: 0644]
reactos/lib/dsound/propset.c [new file with mode: 0644]
reactos/lib/dsound/regsvr.c [new file with mode: 0644]
reactos/lib/dsound/sound3d.c [new file with mode: 0644]
reactos/lib/dsound/tests/.cvsignore [new file with mode: 0644]
reactos/lib/dsound/tests/Makefile.in [new file with mode: 0644]
reactos/lib/dsound/tests/capture.c [new file with mode: 0644]
reactos/lib/dsound/tests/ds3d.c [new file with mode: 0644]
reactos/lib/dsound/tests/ds3d8.c [new file with mode: 0644]
reactos/lib/dsound/tests/dsound.c [new file with mode: 0644]
reactos/lib/dsound/tests/dsound8.c [new file with mode: 0644]
reactos/lib/dsound/tests/dsound_test.h [new file with mode: 0644]
reactos/lib/dsound/tests/propset.c [new file with mode: 0644]
reactos/lib/dsound/version.rc [new file with mode: 0644]