[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:
Timo Kreuzer 2021-07-28 10:25:22 +02:00
parent 0f3d052af9
commit b05cc36208
9 changed files with 28 additions and 189 deletions

View file

@ -632,7 +632,7 @@ unsigned int CDECL ___lc_codepage_func(void)
/*********************************************************************
* ___lc_collate_cp_func (MSVCRT.@)
*/
int CDECL ___lc_collate_cp_func(void)
unsigned int CDECL ___lc_collate_cp_func(void)
{
return get_locinfo()->lc_collate_cp;
}