https://git.reactos.org/?p=reactos.git;a=commitdiff;h=abbc78401095be4d94dfa0050b4d307e83b1b7b4
commit abbc78401095be4d94dfa0050b4d307e83b1b7b4 Author: Timo Kreuzer <timo.kreu...@reactos.org> AuthorDate: Sun May 12 17:09:32 2024 +0300 Commit: Timo Kreuzer <timo.kreu...@reactos.org> CommitDate: Sat Nov 2 12:52:59 2024 +0200 [VCRUNTIME] Stop including crtdefs.h --- sdk/include/vcruntime/emmintrin.h | 2 +- sdk/include/vcruntime/excpt.h | 2 +- sdk/include/vcruntime/intrin.h | 2 +- sdk/include/vcruntime/limits.h | 2 +- sdk/include/vcruntime/mmintrin.h | 4 ++-- sdk/include/vcruntime/rtcapi.h | 2 +- sdk/include/vcruntime/setjmp.h | 2 +- sdk/include/vcruntime/stdarg.h | 2 +- sdk/include/vcruntime/stdint.h | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sdk/include/vcruntime/emmintrin.h b/sdk/include/vcruntime/emmintrin.h index 21e6ece0c6a..2fbb5bd0c9f 100644 --- a/sdk/include/vcruntime/emmintrin.h +++ b/sdk/include/vcruntime/emmintrin.h @@ -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__) diff --git a/sdk/include/vcruntime/excpt.h b/sdk/include/vcruntime/excpt.h index 62841cbda23..798b19180f1 100644 --- a/sdk/include/vcruntime/excpt.h +++ b/sdk/include/vcruntime/excpt.h @@ -6,7 +6,7 @@ #ifndef _INC_EXCPT #define _INC_EXCPT -#include <crtdefs.h> +#include <vcruntime.h> #pragma pack(push,_CRT_PACKING) diff --git a/sdk/include/vcruntime/intrin.h b/sdk/include/vcruntime/intrin.h index 3a03d02fe3e..513c2667786 100644 --- a/sdk/include/vcruntime/intrin.h +++ b/sdk/include/vcruntime/intrin.h @@ -4,7 +4,7 @@ #ifndef RC_INVOKED -#include <crtdefs.h> +#include <vcruntime.h> #include <setjmp.h> #include <stddef.h> diff --git a/sdk/include/vcruntime/limits.h b/sdk/include/vcruntime/limits.h index 9fad49b873d..f571e1d208e 100644 --- a/sdk/include/vcruntime/limits.h +++ b/sdk/include/vcruntime/limits.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 diff --git a/sdk/include/vcruntime/mmintrin.h b/sdk/include/vcruntime/mmintrin.h index 61a1427e6dc..28124c91fda 100644 --- a/sdk/include/vcruntime/mmintrin.h +++ b/sdk/include/vcruntime/mmintrin.h @@ -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]; diff --git a/sdk/include/vcruntime/rtcapi.h b/sdk/include/vcruntime/rtcapi.h index 0aeb8afa431..adf058abeab 100644 --- a/sdk/include/vcruntime/rtcapi.h +++ b/sdk/include/vcruntime/rtcapi.h @@ -6,7 +6,7 @@ #ifndef _INC_RTCAPI #define _INC_RTCAPI -#include <crtdefs.h> +#include <vcruntime.h> #pragma pack(push,_CRT_PACKING) diff --git a/sdk/include/vcruntime/setjmp.h b/sdk/include/vcruntime/setjmp.h index 80e90f75b9b..e7d80129a8b 100644 --- a/sdk/include/vcruntime/setjmp.h +++ b/sdk/include/vcruntime/setjmp.h @@ -6,7 +6,7 @@ #ifndef _INC_SETJMP #define _INC_SETJMP -#include <crtdefs.h> +#include <vcruntime.h> #pragma pack(push,_CRT_PACKING) diff --git a/sdk/include/vcruntime/stdarg.h b/sdk/include/vcruntime/stdarg.h index 54e54779c2d..f56ca0ce33a 100644 --- a/sdk/include/vcruntime/stdarg.h +++ b/sdk/include/vcruntime/stdarg.h @@ -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 diff --git a/sdk/include/vcruntime/stdint.h b/sdk/include/vcruntime/stdint.h index 4c99ed04414..3246acf00bf 100644 --- a/sdk/include/vcruntime/stdint.h +++ b/sdk/include/vcruntime/stdint.h @@ -25,7 +25,7 @@ #ifndef _STDINT_H #define _STDINT_H -#include <crtdefs.h> +#include <vcruntime.h> #define __need_wint_t #define __need_wchar_t