diff options
author | Chris Robinson <[email protected]> | 2009-12-25 14:11:43 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-12-25 14:11:43 -0800 |
commit | b94d950b1ec120eca73e9de04e7f96b93077f03b (patch) | |
tree | 09e253aebe7fa9e50111d45d5984acd149699c0e /Alc | |
parent | d3e77a0f6324eb46655c41f310bf3cde4341feb8 (diff) |
Undefine no longer needed macro
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/pulseaudio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/pulseaudio.c b/Alc/pulseaudio.c index c2481854..e34616af 100644 --- a/Alc/pulseaudio.c +++ b/Alc/pulseaudio.c @@ -235,6 +235,7 @@ LOAD_OPTIONAL_FUNC(pa_stream_set_buffer_attr_callback); LOAD_OPTIONAL_FUNC(pa_stream_begin_write); #endif +#undef LOAD_OPTIONAL_FUNC #undef LOAD_FUNC } ++load_count; |