mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 22:49:12 +00:00
modified lib/sdk/crt/include/float.h
What the hell has <float.h> to do with S_IFIFO, Arch? svn path=/trunk/; revision=41562
This commit is contained in:
parent
7faf270a8a
commit
c768112083
1 changed files with 2 additions and 5 deletions
|
@ -101,9 +101,6 @@
|
||||||
#ifndef DBL_MAX_10_EXP
|
#ifndef DBL_MAX_10_EXP
|
||||||
#define DBL_MAX_10_EXP 308
|
#define DBL_MAX_10_EXP 308
|
||||||
#endif
|
#endif
|
||||||
#ifndef S_IFIFO
|
|
||||||
#define S_IFIFO -1
|
|
||||||
#endif
|
|
||||||
#ifndef UINT64_MAX
|
#ifndef UINT64_MAX
|
||||||
#define UINT64_MAX 0xffffffffffffffff
|
#define UINT64_MAX 0xffffffffffffffff
|
||||||
#endif
|
#endif
|
||||||
|
@ -117,10 +114,10 @@ extern "C" {
|
||||||
#ifndef _CRTIMP
|
#ifndef _CRTIMP
|
||||||
#ifdef _DLL
|
#ifdef _DLL
|
||||||
#define _CRTIMP __declspec(dllimport)
|
#define _CRTIMP __declspec(dllimport)
|
||||||
#else
|
#else
|
||||||
#define _CRTIMP
|
#define _CRTIMP
|
||||||
#endif /* _DLL */
|
#endif /* _DLL */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Set the FPU control word as cw = (cw & ~unMask) | (unNew & unMask),
|
/* 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,
|
* i.e. change the bits in unMask to have the values they have in unNew,
|
||||||
|
|
Loading…
Reference in a new issue