#define ALLWINEIGHT ALLWINEIGHTSERVER, ALLWINEIGHTCLIENT
-#define ALLWINTENSERVER64 BS(WIN_2016SRV_64), BS(WIN_2019SRV_64)
+#define ALLWINTENSERVER64 BS(WIN_2016SRV_64), BS(WIN_2019SRV_64), \
+ BS(WIN_2019SRVNEXT_64)
#define ALLWINTENSERVER ALLWINTENSERVER64
#define ALLWINTENCLIENT32 BS(WINTEN)
#define STR_OS_WIN_2019SRV_X64 "windows2019srv-64"
+/* Windows Server 2021 */
+
+#define STR_OS_WIN_2019SRVNEXT_X64 "windows2019srvNext-64"
+
/* THIS SPACE FOR RENT (Windows 10 official server variant names) */
#define STR_OS_WIN_TENSERVER_2016_GENERIC_FULL "Windows Server 2016"
GOT(GUEST_OS_WINTEN_64) /* Windows 10 x64 */ \
GOT(GUEST_OS_WIN_2016SRV_64) /* Windows Server 2016 X64 */ \
GOT(GUEST_OS_WIN_2019SRV_64) /* Windows Server 2019 X64 */ \
+ GOT(GUEST_OS_WIN_2019SRVNEXT_64)/* Windows Server 2021 X64 */ \
GOT(GUEST_OS_HYPER_V) /* Microsoft Hyper-V */ \
GOT(GUEST_OS_OS2) \
GOT(GUEST_OS_ECOMSTATION) /* OS/2 variant; 1.x */ \