comparison src/video/math_private.h @ 1344:2eed9997bd24

G:\SDL-12-CVS\src\video\math_private.h(171) : error C4226: nonstandard extension used : 'huge' is an obsolete keyword
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Feb 2006 17:49:40 +0000
parents 62802d9d7c87
children 19418e4422cb
comparison
equal deleted inserted replaced
1343:d5c4f8f6855e 1344:2eed9997bd24
17 #ifndef _MATH_PRIVATE_H_ 17 #ifndef _MATH_PRIVATE_H_
18 #define _MATH_PRIVATE_H_ 18 #define _MATH_PRIVATE_H_
19 19
20 #include "SDL_endian.h" 20 #include "SDL_endian.h"
21 21
22 #define huge really_big /* huge is a reserved keyword in VC++ 6.0 */
22 #define int32_t math_int32_t 23 #define int32_t math_int32_t
23 #define u_int32_t math_u_int32_t 24 #define u_int32_t math_u_int32_t
24 typedef Sint32 math_int32_t; 25 typedef Sint32 math_int32_t;
25 typedef Uint32 math_u_int32_t; 26 typedef Uint32 math_u_int32_t;
26 27