headers: Add new WSA error codes in winerror.h

From 6511cade21388aa4055b6f9058db6cc5ba52641f Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath <nathbappai@gmail.com>
Date: Sun, 14 Jul 2024 17:52:19 +0000
Subject: [PATCH 2/2] headers: Add new WSA error codes in winerror.h

Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
Signed-off-by: LIU Hao <lh_mouse@126.com>
diff --git a/mingw-w64-headers/include/winerror.h b/mingw-w64-headers/include/winerror.h
index bf64527..e75855f 100755
--- a/mingw-w64-headers/include/winerror.h
+++ b/mingw-w64-headers/include/winerror.h
@@ -2946,6 +2946,12 @@
 #ifndef WSA_QOS_RESERVED_PETYPE
 #define WSA_QOS_RESERVED_PETYPE (WSABASEERR + 1031)
 #endif
+#ifndef WSA_SECURE_HOST_NOT_FOUND
+#define WSA_SECURE_HOST_NOT_FOUND (WSABASEERR + 1032)
+#endif
+#ifndef WSA_IPSEC_NAME_POLICY_ERROR
+#define WSA_IPSEC_NAME_POLICY_ERROR (WSABASEERR + 1033)
+#endif
 #endif /* WSABASEERR */
 
 #define ERROR_SXS_SECTION_NOT_FOUND __MSABI_LONG(14000)