add a check for gcc to the constants recently added for the msvc port. They seem to cause problems on some gcc's but not mine.

svn path=/trunk/; revision=19539
This commit is contained in:
Steven Edwards
2005-11-25 03:41:24 +00:00
parent cc63baeda1
commit f3fe57e7d8
+2
View File
@@ -91,9 +91,11 @@
#define _FPE_STACKUNDERFLOW 0x8b
#define _FPE_EXPLICITGEN 0x8c /* raise( SIGFPE ); */
#ifdef __GNUC__
#define DBL_MAX_10_EXP 308
#define S_IFIFO -1
#define UINT64_MAX 0xffffffffffffffff
#endif
#ifndef RC_INVOKED