mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 22:55:41 +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
|
@ -114,6 +114,13 @@ extern "C" {
|
|||
|
||||
#endif
|
||||
|
||||
#if defined(_M_IX86) // newer Windows versions always have it
|
||||
_CRTIMP int* __cdecl __p__commode(void);
|
||||
#endif
|
||||
|
||||
/* On newer Windows windows versions, (*__p__commode()) is used */
|
||||
extern _CRTIMP int _commode;
|
||||
|
||||
#define _IOREAD 0x0001
|
||||
#define _IOWRT 0x0002
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue