comparison decoders/mpglib/layer3.c @ 441:5b00e43ec23c

Patches to make SDL_sound more Visual C happy.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 31 Jan 2003 01:53:12 +0000
parents 9d0b5ec9cc26
children 72efeb4643b6
comparison
equal deleted inserted replaced
440:6d94441c854e 441:5b00e43ec23c
3 * -------------------------- 3 * --------------------------
4 * copyright (c) 1995,1996,1997 by Michael Hipp. 4 * copyright (c) 1995,1996,1997 by Michael Hipp.
5 * All rights reserved. See also 'README' 5 * All rights reserved. See also 'README'
6 */ 6 */
7 7
8 #include <stdio.h>
8 #include <stdlib.h> 9 #include <stdlib.h>
9 10
10 #include "SDL_sound.h" 11 #include "SDL_sound.h"
11 12
12 #define __SDL_SOUND_INTERNAL__ 13 #define __SDL_SOUND_INTERNAL__