diff src/video/math_private.h @ 1339:62802d9d7c87

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Feb 2006 10:40:14 +0000
parents 450721ad5436
children 2eed9997bd24
line wrap: on
line diff
--- 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 *