Skip to content

Commit

Permalink
G:\SDL-12-CVS\src\video\math_private.h(171) : error C4226:
Browse files Browse the repository at this point in the history
nonstandard extension used : 'huge' is an obsolete keyword
  • Loading branch information
slouken committed Feb 7, 2006
1 parent 4450308 commit f550785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/math_private.h
Expand Up @@ -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;
Expand Down

0 comments on commit f550785

Please sign in to comment.