changeset 1344 | 2eed9997bd24 |
parent 1339 | 62802d9d7c87 |
child 1361 | 19418e4422cb |
--- a/src/video/math_private.h Tue Feb 07 17:46:19 2006 +0000 +++ b/src/video/math_private.h Tue Feb 07 17:49:40 2006 +0000 @@ -19,6 +19,7 @@ #include "SDL_endian.h" +#define huge really_big /* huge is a reserved keyword in VC++ 6.0 */ #define int32_t math_int32_t #define u_int32_t math_u_int32_t typedef Sint32 math_int32_t;