Commit 0414907e authored by David Reid's avatar David Reid

Add the WinMM backend.

parent f9f31b8a
...@@ -8,10 +8,8 @@ ...@@ -8,10 +8,8 @@
int main(int argc, char** argv) int main(int argc, char** argv)
{ {
if (argc < 2) { (void)argc;
printf("No input file."); (void)argv;
return -1;
}
mal_context context; mal_context context;
if (mal_context_init(NULL, 0, &context) != MAL_SUCCESS) { if (mal_context_init(NULL, 0, &context) != MAL_SUCCESS) {
......
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