mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Add the WinMM backend.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user