mirror of
https://github.com/yawut/SDL.git
synced 2026-06-22 20:39:55 -05:00
G:\SDL-12-CVS\src\video\math_private.h(171) : error C4226:
nonstandard extension used : 'huge' is an obsolete keyword
This commit is contained in:
parent
e28c454fca
commit
2bbcb7bdd0
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user