Commit e9e18f40 authored by David Reid's avatar David Reid

DirectSound: Remove dependency on dsound.h

parent 8d95a22b
...@@ -13,8 +13,8 @@ Features ...@@ -13,8 +13,8 @@ Features
- Easy to build. - Easy to build.
- Does not require linking to anything on the Windows build and only -ldl on Linux. - 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 - 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 that some older versions of MinGW/MinGW-64 don't include WASAPI headers which may require manual
require manual installation. Plans are in place to work around this in a future update.) installation. Plans are in place to work around this in a future update.)
- The header section does not include any platform specific headers. - The header section does not include any platform specific headers.
- A very simple API. - A very simple API.
- Transparent data structures with direct access to internal data. - Transparent data structures with direct access to internal data.
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment