changeset 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 d5c4f8f6855e
children 7f32b9bede06
files src/video/math_private.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;