X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2F3dengfx%2Fsrc%2Fcommon%2Ftypes.h;h=24d0310c54c4df2d89a21fff58be5bf43487d3b8;hb=refs%2Fheads%2Foctaneport;hp=c710edabbf9b9afe31c77fbd74f735cd4503f0ef;hpb=f92b151d6e1c67cf0bdccf4777e2460d99b5e222;p=summerhack diff --git a/src/3dengfx/src/common/types.h b/src/3dengfx/src/common/types.h index c710eda..24d0310 100644 --- a/src/3dengfx/src/common/types.h +++ b/src/3dengfx/src/common/types.h @@ -36,7 +36,7 @@ typedef double scalar_t; #define HAVE_STDINT_H #endif /* explicitly set stdint.h availability for some platform */ -#if (__STDC_VERSION__ >= 199900) || defined(__GLIBC__) || defined(HAVE_STDINT_H) +#if (__STDC_VERSION__ >= 199900) || defined(__GLIBC__) || defined(HAVE_STDINT_H) && !defined(__sgi__) #include #elif defined(unix) || defined(__unix__) #include