From 6187c95d56d178b7c964bca485881f6f781ce126 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 21 Oct 2021 11:45:57 +0200 Subject: [PATCH] proj: stop building for arm32 This does not remove 32-bit ARM compilation support out of the project yet. Shipping of 32-bit ARM drivers became a real challenge: - Microsoft changed policy to prohibit EV-signed drivers - Attestation signing is not supported for this platform - Setting up Windows 8 ARM HCK to get WHQL certification requires a lot of effort if doable in 2021 at all. Signed-off-by: Simon Rozman --- wintun.proj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wintun.proj b/wintun.proj index 5e5fdd1..00eb862 100644 --- a/wintun.proj +++ b/wintun.proj @@ -15,8 +15,8 @@ - - + + @@ -88,7 +88,6 @@ -