Mercurial > SDL_sound_CoreAudio
comparison decoders/mpglib/mpglib_sdlsound.h @ 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 | a9e211c3faa4 |
children |
comparison
equal
deleted
inserted
replaced
440:6d94441c854e | 441:5b00e43ec23c |
---|---|
1 | |
2 #ifndef _INCLUDE_MPGLIB_SDLSOUND_H_ | |
3 #define _INCLUDE_MPGLIB_SDLSOUND_H_ | |
4 | |
5 #ifdef _MSC_VER | |
6 #define snprintf _snprintf | |
7 #endif | |
1 | 8 |
2 struct buf { | 9 struct buf { |
3 unsigned char *pnt; | 10 unsigned char *pnt; |
4 long size; | 11 long size; |
5 long pos; | 12 long pos; |
49 | 56 |
50 #ifdef __cplusplus | 57 #ifdef __cplusplus |
51 } | 58 } |
52 #endif | 59 #endif |
53 | 60 |
61 #endif | |
54 | 62 |
63 |