DirectSound: Remove dependency on dsound.h

This commit is contained in:
David Reid
2018-03-11 15:58:43 +10:00
parent 8d95a22b0e
commit e9e18f40df
2 changed files with 392 additions and 173 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ Features
- Easy to build.
- Does not require linking to anything on the Windows build and only -ldl on Linux.
- It should Just Work out of the box, without the need to download and install any dependencies. (Note
that some older versions of MinGW/MinGW-64 don't include WASAPI and DirectSound headers which may
require manual installation. Plans are in place to work around this in a future update.)
that some older versions of MinGW/MinGW-64 don't include WASAPI headers which may require manual
installation. Plans are in place to work around this in a future update.)
- The header section does not include any platform specific headers.
- A very simple API.
- Transparent data structures with direct access to internal data.