Commit 832e9079319c17d528c5b33e285efba9b6e742b4
1 parent
869a5c6d
Fix NAME2/FIELD2 warnings
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6411 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
0 deletions
audio/dsound_template.h
| @@ -285,7 +285,9 @@ static int dsound_init_out (HWVoiceOut *hw, struct audsettings *as) | @@ -285,7 +285,9 @@ static int dsound_init_out (HWVoiceOut *hw, struct audsettings *as) | ||
| 285 | } | 285 | } |
| 286 | 286 | ||
| 287 | #undef NAME | 287 | #undef NAME |
| 288 | +#undef NAME2 | ||
| 288 | #undef TYPE | 289 | #undef TYPE |
| 289 | #undef IFACE | 290 | #undef IFACE |
| 290 | #undef BUFPTR | 291 | #undef BUFPTR |
| 291 | #undef FIELD | 292 | #undef FIELD |
| 293 | +#undef FIELD2 |