[VCRUNTIME] Stop including crtdefs.h

This commit is contained in:
Timo Kreuzer 2024-05-12 17:09:32 +03:00
parent 2955b1f0e9
commit abbc784010
9 changed files with 10 additions and 10 deletions

View file

@ -11,7 +11,7 @@
#ifndef _INCLUDED_EMM
#define _INCLUDED_EMM
#include <crtdefs.h>
#include <vcruntime.h>
#include <xmmintrin.h>
#if defined(_MSC_VER) && !defined(__clang__)

View file

@ -6,7 +6,7 @@
#ifndef _INC_EXCPT
#define _INC_EXCPT
#include <crtdefs.h>
#include <vcruntime.h>
#pragma pack(push,_CRT_PACKING)

View file

@ -4,7 +4,7 @@
#ifndef RC_INVOKED
#include <crtdefs.h>
#include <vcruntime.h>
#include <setjmp.h>
#include <stddef.h>

View file

@ -4,7 +4,7 @@
* No warranty is given; refer to the file DISCLAIMER within this package.
*/
#pragma once
#include <crtdefs.h>
#include <vcruntime.h>
#ifndef _INC_LIMITS
#define _INC_LIMITS

View file

@ -22,7 +22,7 @@
#ifndef _MMINTRIN_H_INCLUDED
#define _MMINTRIN_H_INCLUDED
#include <crtdefs.h>
#include <vcruntime.h>
#ifdef __cplusplus
extern "C" {
@ -42,7 +42,7 @@ extern "C" {
float m64_f32[2];
__int8 m64_i8[8];
__int16 m64_i16[4];
__int32 m64_i32[2];
__int32 m64_i32[2];
__int64 m64_i64;
unsigned __int8 m64_u8[8];
unsigned __int16 m64_u16[4];

View file

@ -6,7 +6,7 @@
#ifndef _INC_RTCAPI
#define _INC_RTCAPI
#include <crtdefs.h>
#include <vcruntime.h>
#pragma pack(push,_CRT_PACKING)

View file

@ -6,7 +6,7 @@
#ifndef _INC_SETJMP
#define _INC_SETJMP
#include <crtdefs.h>
#include <vcruntime.h>
#pragma pack(push,_CRT_PACKING)

View file

@ -33,7 +33,7 @@ Boston, MA 02110-1301, USA. */
#ifndef _INC_STDARG
#define _INC_STDARG
#include <crtdefs.h>
#include <vcruntime.h>
#include <vadefs.h>
#ifndef _WIN32

View file

@ -25,7 +25,7 @@
#ifndef _STDINT_H
#define _STDINT_H
#include <crtdefs.h>
#include <vcruntime.h>
#define __need_wint_t
#define __need_wchar_t