changeset 1339 | 62802d9d7c87 |
parent 1330 | 450721ad5436 |
child 1344 | 2eed9997bd24 |
--- a/src/video/math_private.h Tue Feb 07 09:29:18 2006 +0000 +++ b/src/video/math_private.h Tue Feb 07 10:40:14 2006 +0000 @@ -19,8 +19,10 @@ #include "SDL_endian.h" -typedef Sint32 int32_t; -typedef Uint32 u_int32_t; +#define int32_t math_int32_t +#define u_int32_t math_u_int32_t +typedef Sint32 math_int32_t; +typedef Uint32 math_u_int32_t; /* The original fdlibm code used statements like: n0 = ((*(int*)&one)>>29)^1; * index of high word *