--- mingw-w64-crt/lib-common/ntdll.def.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/mingw-w64-crt/lib-common/ntdll.def.in b/mingw-w64-crt/lib-common/ntdll.def.in index ee002c868..efa6145b6 100644 --- a/mingw-w64-crt/lib-common/ntdll.def.in +++ b/mingw-w64-crt/lib-common/ntdll.def.in @@ -228,7 +228,7 @@ LdrSetMUICacheType LdrShutdownProcess LdrShutdownThread LdrStandardizeSystemPath -LdrSystemDllInitBlock F_ARM_ANY(DATA) +LdrSystemDllInitBlock DATA LdrUnloadAlternateResourceModule LdrUnloadAlternateResourceModuleEx LdrUnloadDll @@ -455,7 +455,7 @@ NtLoadDriver NtLoadEnclaveData NtLoadKey NtLoadKey2 -F_ARM_ANY(NtLoadKey3) +NtLoadKey3 NtLoadKeyEx NtLockFile NtLockProductActivationKeys @@ -1758,7 +1758,7 @@ RtlpConvertRelativeToAbsoluteSecurityAttribute RtlpCreateProcessRegistryInfo RtlpEnsureBufferSize F_X64(RtlpExecuteUmsThread) -RtlpFreezeTimeBias F_ARM_ANY(DATA) +RtlpFreezeTimeBias DATA RtlpGetDeviceFamilyInfoEnum RtlpGetLCIDFromLangInfoNode RtlpGetNameFromLangInfoNode @@ -2114,7 +2114,7 @@ ZwLoadDriver ZwLoadEnclaveData ZwLoadKey ZwLoadKey2 -F_ARM_ANY(ZwLoadKey3) +ZwLoadKey3 ZwLoadKeyEx ZwLockFile ZwLockProductActivationKeys -- 2.49.0 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
