crt: Add Windows 11 2025 Update symbols for 32-bit WoW64 advapi32.def, kernel32.def and ntdll.def

Functions which are documented or mentioned on Microsoft web site are
uncommented and ready for using. Other symbols are commented for now.
diff --git a/mingw-w64-crt/lib32/advapi32.def b/mingw-w64-crt/lib32/advapi32.def
index 9576b84..3110cba 100644
--- a/mingw-w64-crt/lib32/advapi32.def
+++ b/mingw-w64-crt/lib32/advapi32.def
@@ -1057,4 +1057,11 @@
 ; In Windows 11 2023 Update (Sun Valley 3 / 23H2) (WoW64 version) there was no new symbol
 
 ; This is list of symbols added in Windows 11 2024 Update (Hudson Valley / 24H2) (WoW64 version)
-; LsaIOpenPolicyWithCreds@24
+; LsaIOpenPolicyWithCreds@24 ; removed in Windows 11 2025 Update (Hudson Valley 2 / 25H2)
+
+; This is list of symbols added in Windows 11 2025 Update (Hudson Valley 2 / 25H2) (WoW64 version)
+; LogonSecondaryUserIntoSessionW@20
+; LsaPurgeLocalSystemAccessTable@0
+LsaQueryLocalSystemAccess@8
+LsaQueryLocalSystemAccessAll@4
+LsaSetLocalSystemAccess@4
diff --git a/mingw-w64-crt/lib32/kernel32.def b/mingw-w64-crt/lib32/kernel32.def
index 22d7b19..0cd7a08 100644
--- a/mingw-w64-crt/lib32/kernel32.def
+++ b/mingw-w64-crt/lib32/kernel32.def
@@ -2226,3 +2226,13 @@
 ; LogUnexpectedCodepath@4
 ReleasePseudoConsole@4
 TlsGetValue2@4
+
+; This is list of symbols added in Windows 11 2025 Update (Hudson Valley 2 / 25H2) (WoW64 version)
+; BasepGetPackageActivationTokenForSxS3@16
+CreateDirectory2A@20
+CreateDirectory2W@20
+CreateFile3@20
+DeleteFile2A@8
+DeleteFile2W@8
+RemoveDirectory2A@8
+RemoveDirectory2W@8
diff --git a/mingw-w64-crt/lib32/ntdll.def b/mingw-w64-crt/lib32/ntdll.def
index 5a1915f..77eabe4 100644
--- a/mingw-w64-crt/lib32/ntdll.def
+++ b/mingw-w64-crt/lib32/ntdll.def
@@ -2907,3 +2907,9 @@
 ; ZwAlertThreadByThreadIdEx@8
 ; ZwSetEventEx@12
 ; ZwWow64GetCurrentProcessorNumber@0
+
+; This is list of symbols added in Windows 11 2025 Update (Hudson Valley 2 / 25H2) (WoW64 version)
+; ApiSetGetImplementationHost@12
+; ApiSetQuerySchema@8
+; RtlQueryAllInternalRuntimeFeatureConfigurations@20
+; RtlQueryInternalFeatureConfiguration@16