From b94d950b1ec120eca73e9de04e7f96b93077f03b Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 25 Dec 2009 14:11:43 -0800 Subject: [PATCH] Undefine no longer needed macro --- Alc/pulseaudio.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.11.4.GIT