From f5507859c171e5b1eba9b719cda85d59b60a4948 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 7 Feb 2006 17:49:40 +0000 Subject: [PATCH] G:\SDL-12-CVS\src\video\math_private.h(171) : error C4226: nonstandard extension used : 'huge' is an obsolete keyword --- src/video/math_private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video/math_private.h b/src/video/math_private.h index 3838639dd..c7cf051f1 100644 --- a/src/video/math_private.h +++ b/src/video/math_private.h @@ -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;