mirror of
https://github.com/reactos/reactos.git
synced 2025-06-11 04:47:22 +00:00
[CRT] Fix CRT headers a bit
* Remove unused internal version of float.h * Define _STATIC_ASSERT in crtdefs.h * Add some missing declarations
This commit is contained in:
parent
0f3d052af9
commit
b05cc36208
9 changed files with 28 additions and 189 deletions
|
@ -24,10 +24,6 @@ extern "C" {
|
|||
#define _HEAP_MAXREQ 0xFFFFFFE0
|
||||
#endif
|
||||
|
||||
#ifndef _STATIC_ASSERT
|
||||
#define _STATIC_ASSERT(expr) extern char (*static_assert(void)) [(expr) ? 1 : -1]
|
||||
#endif
|
||||
|
||||
/* Return codes for _heapwalk() */
|
||||
#define _HEAPEMPTY (-1)
|
||||
#define _HEAPOK (-2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue