[CRT] Introduce corecrt.h

Include this instead of crtdefs.h.
This is for compatibility with MS headers.
This commit is contained in:
Timo Kreuzer 2024-05-12 13:11:22 +03:00
parent 4e3c0529cf
commit 6f6b831722
41 changed files with 65 additions and 52 deletions

View file

@ -26,7 +26,7 @@
#ifndef _COMPLEX_H_
#define _COMPLEX_H_
#include <crtdefs.h>
#include <corecrt.h>
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) \
|| !defined __STRICT_ANSI__