Signed-off-by: Mark Harmstone <m...@harmstone.com>
---
 mingw-w64-crt/Makefile.am                  |  1 +
 mingw-w64-crt/lib-common/ntdll_onecore.def | 25 ++++++++++++++++++++++
 mingw-w64-crt/lib-common/onecore.mri       |  1 +
 mingw-w64-crt/lib32/ntdll_onecore.def      | 25 ++++++++++++++++++++++
 4 files changed, 52 insertions(+)
 create mode 100644 mingw-w64-crt/lib-common/ntdll_onecore.def
 create mode 100644 mingw-w64-crt/lib32/ntdll_onecore.def

diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am
index 9a5e8a8d6..b6b5e51bc 100644
--- a/mingw-w64-crt/Makefile.am
+++ b/mingw-w64-crt/Makefile.am
@@ -2500,6 +2500,7 @@ endif
                %/libncrypt_onecore.a \
                %/libnetutils.a \
                %/libnormaliz_onecore.a \
+               %/libntdll_onecore.a \
                %/liboleaut32.a \
                %/libprofapi.a \
                %/libpsapi.a \
diff --git a/mingw-w64-crt/lib-common/ntdll_onecore.def 
b/mingw-w64-crt/lib-common/ntdll_onecore.def
new file mode 100644
index 000000000..98c37e52a
--- /dev/null
+++ b/mingw-w64-crt/lib-common/ntdll_onecore.def
@@ -0,0 +1,25 @@
+LIBRARY "ntdll.dll"
+EXPORTS
+RtlAnsiStringToUnicodeString
+RtlEthernetAddressToStringA
+RtlEthernetAddressToStringW
+RtlEthernetStringToAddressA
+RtlEthernetStringToAddressW
+RtlFreeUnicodeString
+RtlInitAnsiString
+RtlIpv4AddressToStringA
+RtlIpv4AddressToStringExA
+RtlIpv4AddressToStringExW
+RtlIpv4AddressToStringW
+RtlIpv4StringToAddressA
+RtlIpv4StringToAddressExA
+RtlIpv4StringToAddressExW
+RtlIpv4StringToAddressW
+RtlIpv6AddressToStringA
+RtlIpv6AddressToStringExA
+RtlIpv6AddressToStringExW
+RtlIpv6AddressToStringW
+RtlIpv6StringToAddressA
+RtlIpv6StringToAddressExA
+RtlIpv6StringToAddressExW
+RtlIpv6StringToAddressW
diff --git a/mingw-w64-crt/lib-common/onecore.mri 
b/mingw-w64-crt/lib-common/onecore.mri
index 68f0de7db..dc177b75a 100644
--- a/mingw-w64-crt/lib-common/onecore.mri
+++ b/mingw-w64-crt/lib-common/onecore.mri
@@ -84,6 +84,7 @@ ADDLIB libmswsock.a
 ADDLIB libncrypt_onecore.a
 ADDLIB libnetutils.a
 ADDLIB libnormaliz_onecore.a
+ADDLIB libntdll_onecore.a
 ADDLIB liboleaut32.a
 ADDLIB libprofapi.a
 ADDLIB libpsapi.a
diff --git a/mingw-w64-crt/lib32/ntdll_onecore.def 
b/mingw-w64-crt/lib32/ntdll_onecore.def
new file mode 100644
index 000000000..fceb52f10
--- /dev/null
+++ b/mingw-w64-crt/lib32/ntdll_onecore.def
@@ -0,0 +1,25 @@
+LIBRARY "ntdll.dll"
+EXPORTS
+RtlAnsiStringToUnicodeString@12
+RtlEthernetAddressToStringA@8
+RtlEthernetAddressToStringW@8
+RtlEthernetStringToAddressA@12
+RtlEthernetStringToAddressW@12
+RtlFreeUnicodeString@4
+RtlInitAnsiString@8
+RtlIpv4AddressToStringA@8
+RtlIpv4AddressToStringExA@16
+RtlIpv4AddressToStringExW@16
+RtlIpv4AddressToStringW@8
+RtlIpv4StringToAddressA@16
+RtlIpv4StringToAddressExA@16
+RtlIpv4StringToAddressExW@16
+RtlIpv4StringToAddressW@16
+RtlIpv6AddressToStringA@8
+RtlIpv6AddressToStringExA@20
+RtlIpv6AddressToStringExW@20
+RtlIpv6AddressToStringW@8
+RtlIpv6StringToAddressA@12
+RtlIpv6StringToAddressExA@16
+RtlIpv6StringToAddressExW@16
+RtlIpv6StringToAddressW@12
-- 
2.41.0



_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to