comparison mp3lib/mpg123.h @ 30167:347d152a5cfa

Refactor real --> float #define to a typedef in a common header.
author diego
date Mon, 04 Jan 2010 19:36:18 +0000
parents 257ef2adfd66
children fbb18bfa2dfe
comparison
equal deleted inserted replaced
30166:1d39794263eb 30167:347d152a5cfa
22 #endif 22 #endif
23 #define REAL_IS_FLOAT 23 #define REAL_IS_FLOAT
24 #define NEW_DCT9 24 #define NEW_DCT9
25 25
26 #undef MPG123_REMOTE /* Get rid of this stuff for Win32 */ 26 #undef MPG123_REMOTE /* Get rid of this stuff for Win32 */
27
28 typedef float real;
27 29
28 /* 30 /*
29 # define real float 31 # define real float
30 # define real long double 32 # define real long double
31 # define real double 33 # define real double