mirror of
https://github.com/reactos/reactos.git
synced 2026-06-06 21:51:53 +08:00
[VCRUNTIME] Stop including crtdefs.h
This commit is contained in:
@@ -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__)
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#ifndef _INC_EXCPT
|
||||
#define _INC_EXCPT
|
||||
|
||||
#include <crtdefs.h>
|
||||
#include <vcruntime.h>
|
||||
|
||||
#pragma pack(push,_CRT_PACKING)
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
|
||||
#include <crtdefs.h>
|
||||
#include <vcruntime.h>
|
||||
#include <setjmp.h>
|
||||
#include <stddef.h>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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];
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#ifndef _INC_RTCAPI
|
||||
#define _INC_RTCAPI
|
||||
|
||||
#include <crtdefs.h>
|
||||
#include <vcruntime.h>
|
||||
|
||||
#pragma pack(push,_CRT_PACKING)
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#ifndef _INC_SETJMP
|
||||
#define _INC_SETJMP
|
||||
|
||||
#include <crtdefs.h>
|
||||
#include <vcruntime.h>
|
||||
|
||||
#pragma pack(push,_CRT_PACKING)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#ifndef _STDINT_H
|
||||
#define _STDINT_H
|
||||
|
||||
#include <crtdefs.h>
|
||||
#include <vcruntime.h>
|
||||
|
||||
#define __need_wint_t
|
||||
#define __need_wchar_t
|
||||
|
||||
Reference in New Issue
Block a user