crt: Remove F_ARM_ANY from entries in ntdll.def.in that also apply to x86 Signed-off-by: Jacek Caban <jacek@codeweavers.com>
diff --git a/mingw-w64-crt/lib-common/ntdll.def.in b/mingw-w64-crt/lib-common/ntdll.def.in index ee002c8..efa6145 100644 --- a/mingw-w64-crt/lib-common/ntdll.def.in +++ b/mingw-w64-crt/lib-common/ntdll.def.in
@@ -228,7 +228,7 @@ LdrShutdownProcess LdrShutdownThread LdrStandardizeSystemPath -LdrSystemDllInitBlock F_ARM_ANY(DATA) +LdrSystemDllInitBlock DATA LdrUnloadAlternateResourceModule LdrUnloadAlternateResourceModuleEx LdrUnloadDll @@ -455,7 +455,7 @@ NtLoadEnclaveData NtLoadKey NtLoadKey2 -F_ARM_ANY(NtLoadKey3) +NtLoadKey3 NtLoadKeyEx NtLockFile NtLockProductActivationKeys @@ -1758,7 +1758,7 @@ RtlpCreateProcessRegistryInfo RtlpEnsureBufferSize F_X64(RtlpExecuteUmsThread) -RtlpFreezeTimeBias F_ARM_ANY(DATA) +RtlpFreezeTimeBias DATA RtlpGetDeviceFamilyInfoEnum RtlpGetLCIDFromLangInfoNode RtlpGetNameFromLangInfoNode @@ -2114,7 +2114,7 @@ ZwLoadEnclaveData ZwLoadKey ZwLoadKey2 -F_ARM_ANY(ZwLoadKey3) +ZwLoadKey3 ZwLoadKeyEx ZwLockFile ZwLockProductActivationKeys