[ros-diffs] [hyperion] 41562: modified lib/sdk/crt/include/float.h What the hell has <float.h> to do with S_IFIFO, Arch?
hyperion at svn.reactos.org
hyperion at svn.reactos.org
Mon Jun 22 22:22:07 CEST 2009
Author: hyperion
Date: Tue Jun 23 00:22:06 2009
New Revision: 41562
URL: http://svn.reactos.org/svn/reactos?rev=41562&view=rev
Log:
modified lib/sdk/crt/include/float.h
What the hell has <float.h> to do with S_IFIFO, Arch?
Modified:
trunk/reactos/lib/sdk/crt/include/float.h
Modified: trunk/reactos/lib/sdk/crt/include/float.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/include/float.h?rev=41562&r1=41561&r2=41562&view=diff
==============================================================================
--- trunk/reactos/lib/sdk/crt/include/float.h [iso-8859-1] (original)
+++ trunk/reactos/lib/sdk/crt/include/float.h [iso-8859-1] Tue Jun 23 00:22:06 2009
@@ -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 @@
#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,
More information about the Ros-diffs
mailing list