Commit 4da843ba authored by David Reid's avatar David Reid

Remove a dependency on a system header and change alignas to _Alignas.

parent f06a7578
This diff is collapsed.
...@@ -41,7 +41,8 @@ will receive the captured audio. ...@@ -41,7 +41,8 @@ will receive the captured audio.
If multiple backends are specified, the priority will be based on the order in which you specify them. If multiple waveform or noise types If multiple backends are specified, the priority will be based on the order in which you specify them. If multiple waveform or noise types
are specified the last one on the command line will have priority. are specified the last one on the command line will have priority.
*/ */
#define MA_NO_WASAPI
#define MA_NO_DSOUND
#include "../test_common/ma_test_common.c" #include "../test_common/ma_test_common.c"
typedef enum typedef enum
......
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