From c7681120836e3413bdaee54f99e96bda7ee0aec7 Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Mon, 22 Jun 2009 20:22:06 +0000 Subject: [PATCH] modified lib/sdk/crt/include/float.h What the hell has to do with S_IFIFO, Arch? svn path=/trunk/; revision=41562 --- reactos/lib/sdk/crt/include/float.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/reactos/lib/sdk/crt/include/float.h b/reactos/lib/sdk/crt/include/float.h index 087b59092b6..48281188df5 100644 --- a/reactos/lib/sdk/crt/include/float.h +++ b/reactos/lib/sdk/crt/include/float.h @@ -101,9 +101,6 @@ #ifndef DBL_MAX_10_EXP #define DBL_MAX_10_EXP 308 #endif -#ifndef S_IFIFO -#define S_IFIFO -1 -#endif #ifndef UINT64_MAX #define UINT64_MAX 0xffffffffffffffff #endif @@ -117,10 +114,10 @@ extern "C" { #ifndef _CRTIMP #ifdef _DLL #define _CRTIMP __declspec(dllimport) -#else +#else #define _CRTIMP #endif /* _DLL */ -#endif +#endif /* Set the FPU control word as cw = (cw & ~unMask) | (unNew & unMask), * i.e. change the bits in unMask to have the values they have in unNew,