diff options
author | Chris Robinson <[email protected]> | 2014-09-08 06:46:20 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-09-08 06:46:20 -0700 |
commit | 9dacd89a02e94e6d15feac53a9184c0eecd6d06f (patch) | |
tree | d87bca3588f83681c71c1d3ac851d4f1278f443f /Alc/ALc.c | |
parent | 2be33d8a771a77bbcdf5809ea980bc8586a4fe22 (diff) |
Convert the winmm backend to the new backend API
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ static struct BackendInfo BackendList[] = { { "dsound", ALCdsoundBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs }, #endif #ifdef HAVE_WINMM - { "winmm", NULL, alcWinMMInit, alcWinMMDeinit, alcWinMMProbe, EmptyFuncs }, + { "winmm", ALCwinmmBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs }, #endif #ifdef HAVE_PORTAUDIO { "port", NULL, alc_pa_init, alc_pa_deinit, alc_pa_probe, EmptyFuncs }, |