Mercurial > hg > xemacs-beta
comparison src/nas.c @ 4824:c12b646d84ee
changes to get things to compile under latest cygwin
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Thu, 24 Dec 2009 19:45:23 -0600 |
parents | 6c7605dfcf07 |
children | 8b63e21b0436 |
comparison
equal
deleted
inserted
replaced
4785:d6cfba1cc388 | 4824:c12b646d84ee |
---|---|
235 sounds_in_play = 0; | 235 sounds_in_play = 0; |
236 | 236 |
237 return NULL; | 237 return NULL; |
238 } | 238 } |
239 | 239 |
240 # if 0 /* not currently used */ | |
241 | |
240 static void | 242 static void |
241 nas_close_down_play (void) | 243 nas_close_down_play (void) |
242 | 244 |
243 { | 245 { |
244 AuCloseServer (aud); | 246 AuCloseServer (aud); |
245 sound_warn ("disconnected from audio server"); | 247 sound_warn ("disconnected from audio server"); |
246 } | 248 } |
249 | |
250 #endif | |
247 | 251 |
248 /********************************************************************\ | 252 /********************************************************************\ |
249 * * | 253 * * |
250 * Callback which is run when the sound finishes playing. * | 254 * Callback which is run when the sound finishes playing. * |
251 * * | 255 * * |