Add the WinMM backend.

This commit is contained in:
David Reid
2017-06-25 15:42:17 +10:00
parent f9f31b8a18
commit 0414907e62
2 changed files with 747 additions and 22 deletions
+2 -4
View File
@@ -8,10 +8,8 @@
int main(int argc, char** argv)
{
if (argc < 2) {
printf("No input file.");
return -1;
}
(void)argc;
(void)argv;
mal_context context;
if (mal_context_init(NULL, 0, &context) != MAL_SUCCESS) {