From 832e9079319c17d528c5b33e285efba9b6e742b4 Mon Sep 17 00:00:00 2001 From: malc Date: Thu, 22 Jan 2009 22:09:55 +0000 Subject: [PATCH] Fix NAME2/FIELD2 warnings git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6411 c046a42c-6fe2-441c-8c8c-71466251a162 --- audio/dsound_template.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/dsound_template.h b/audio/dsound_template.h index a594f080a..8b37d16a8 100644 --- a/audio/dsound_template.h +++ b/audio/dsound_template.h @@ -285,7 +285,9 @@ static int dsound_init_out (HWVoiceOut *hw, struct audsettings *as) } #undef NAME +#undef NAME2 #undef TYPE #undef IFACE #undef BUFPTR #undef FIELD +#undef FIELD2