Changeset 3539 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 11, 2007 8:31:16 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/ossaudio.c
r1071 r3539 341 341 st_sample_t *src; 342 342 struct audio_buf_info abinfo; 343 #ifndef __L4ENV__ 343 344 struct count_info cntinfo; 345 #endif 344 346 int bufsize; 345 347 … … 476 478 static void oss_fini_out (HWVoiceOut *hw) 477 479 { 480 #ifndef __L4ENV__ 478 481 int err; 482 #endif 479 483 OSSVoiceOut *oss = (OSSVoiceOut *) hw; 480 484
Note:
See TracChangeset
for help on using the changeset viewer.