comparison decoders/mpglib/mpg123_sdlsound.h @ 299:7b1df7526915

Patches for Visual C compatibility.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 25 Mar 2002 20:52:06 +0000
parents a9e211c3faa4
children 31cc49d7d0ce
comparison
equal deleted inserted replaced
298:c92c07e07636 299:7b1df7526915
30 # define real double 30 # define real double
31 #endif 31 #endif
32 32
33 #ifdef __GNUC__ 33 #ifdef __GNUC__
34 #define INLINE inline 34 #define INLINE inline
35 #elif (defined _MSC_VER)
36 #define INLINE __inline__
35 #else 37 #else
36 #define INLINE 38 #define INLINE
37 #endif 39 #endif
38 40
39 /* AUDIOBUFSIZE = n*64 with n=1,2,3 ... */ 41 /* AUDIOBUFSIZE = n*64 with n=1,2,3 ... */