From 9e993871db2c445784583134c2364165cdac6fcf Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Fri, 25 Nov 2005 04:39:08 +0000 Subject: [PATCH] ifndef not ifdef....like I said, it works for me on my mingw either way svn path=/trunk/; revision=19542 --- reactos/lib/crt/include/float.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/crt/include/float.h b/reactos/lib/crt/include/float.h index c26ff970911..000faa08c0c 100644 --- a/reactos/lib/crt/include/float.h +++ b/reactos/lib/crt/include/float.h @@ -91,7 +91,7 @@ #define _FPE_STACKUNDERFLOW 0x8b #define _FPE_EXPLICITGEN 0x8c /* raise( SIGFPE ); */ -#ifdef __GNUC__ +#ifndef __GNUC__ #define DBL_MAX_10_EXP 308 #define S_IFIFO -1 #define UINT64_MAX 0xffffffffffffffff