diff options
author | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-22 22:09:55 +0000 |
---|---|---|
committer | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-22 22:09:55 +0000 |
commit | 832e9079319c17d528c5b33e285efba9b6e742b4 (patch) | |
tree | 61da7c7f23b94694174d30c52bf5ee814d09e891 /audio | |
parent | 869a5c6df19aad2685bd7bc61db89a9735474105 (diff) |
Fix NAME2/FIELD2 warnings
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6411 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'audio')
-rw-r--r-- | audio/dsound_template.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/dsound_template.h b/audio/dsound_template.h index a594f080a7..8b37d16a8c 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 |