Commit 3a030bf6 authored by Sam Lantinga's avatar Sam Lantinga

G:\SDL-12-CVS\src\video\math_private.h(171) : error C4226:

nonstandard extension used : 'huge' is an obsolete keyword

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401348
parent 312ed387
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment