comparison src/audio/SDL_audio.c @ 3032:77c3e67f0740

Fixed Visual C++ build
author Sam Lantinga <slouken@libsdl.org>
date Mon, 12 Jan 2009 08:46:28 +0000
parents f3dcf04412cf
children 62d4992e5a92
comparison
equal deleted inserted replaced
3031:86918831452f 3032:77c3e67f0740
345 Uint8 *stream; 345 Uint8 *stream;
346 int stream_len; 346 int stream_len;
347 void *udata; 347 void *udata;
348 void (SDLCALL * fill) (void *userdata, Uint8 * stream, int len); 348 void (SDLCALL * fill) (void *userdata, Uint8 * stream, int len);
349 int silence; 349 int silence;
350 int stream_max_len;
351 350
352 /* For streaming when the buffer sizes don't match up */ 351 /* For streaming when the buffer sizes don't match up */
353 Uint8 *istream; 352 Uint8 *istream;
354 int istream_len; 353 int istream_len;
355 354