From 89e026a5227e11d0ba75f2dab92fb72703199e33 Mon Sep 17 00:00:00 2001 From: Nayla Date: Tue, 18 Apr 2023 16:50:05 -0400 Subject: [PATCH] Update pch.h --- Source/PCH/pch.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Source/PCH/pch.h b/Source/PCH/pch.h index 46498e445d..5b93d418fc 100644 --- a/Source/PCH/pch.h +++ b/Source/PCH/pch.h @@ -6,17 +6,6 @@ #define STRINGIFY_HELPER(x) #x #define STRINGIFY(x) STRINGIFY_HELPER(x) -#if defined _MSC_FULL_VER && _MSC_FULL_VER < 193532215 -#pragma message("Current _MSC_FULL_VER: " STRINGIFY(_MSC_FULL_VER)) -#error Please update your build environment to the latest Visual Studio 2022! -#endif - -#include -#ifndef NTDDI_WIN10_NI -#pragma message("Current WDK_NTDDI_VERSION: " STRINGIFY(WDK_NTDDI_VERSION)) -#error Windows 10.0.22621 SDK or later is required -#endif - #undef STRINGIFY #undef STRINGIFY_HELPER