From b07d6116d9b7cb5b4da07d6ce904557e620e6ca3 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Thu, 2 Jun 2022 15:53:29 -0700 Subject: [PATCH] update min windows sdk to 10.0.22621 --- Source/PCH/pch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/PCH/pch.h b/Source/PCH/pch.h index e1448056d7..b935c1528b 100644 --- a/Source/PCH/pch.h +++ b/Source/PCH/pch.h @@ -12,9 +12,9 @@ #endif #include -#ifndef NTDDI_WIN10_CO +#ifndef NTDDI_WIN10_NI #pragma message("Current WDK_NTDDI_VERSION: " STRINGIFY(WDK_NTDDI_VERSION)) -#error Windows 10.0.22000 SDK or later is required +#error Windows 10.0.22621 SDK or later is required #endif #undef STRINGIFY