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

Add the WinMM backend.

parent f9f31b8a
......@@ -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) {
......
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