Signed-off-by: Mark Harmstone <[email protected]>
---
 mingw-w64-crt/Makefile.am                                    | 2 +-
 .../api-ms-win-core-systemtopology-l1-1-0_windowsapp.def     | 5 +++++
 mingw-w64-crt/lib-common/windowsapp.mri                      | 2 +-
 .../api-ms-win-core-systemtopology-l1-1-0_windowsapp.def     | 5 +++++
 4 files changed, 12 insertions(+), 2 deletions(-)
 create mode 100644 
mingw-w64-crt/lib-common/api-ms-win-core-systemtopology-l1-1-0_windowsapp.def
 create mode 100644 
mingw-w64-crt/lib32/api-ms-win-core-systemtopology-l1-1-0_windowsapp.def

diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am
index e627b7e1c..4cb29f527 100644
--- a/mingw-w64-crt/Makefile.am
+++ b/mingw-w64-crt/Makefile.am
@@ -2367,7 +2367,7 @@ endif
                %/libapi-ms-win-core-sysinfo-l1-2-3_windowsapp.a \
                %/libapi-ms-win-core-sysinfo-l1-2-5.a \
                %/libapi-ms-win-core-sysinfo-l1-2-6.a \
-               %/libapi-ms-win-core-systemtopology-l1-1-0.a \
+               %/libapi-ms-win-core-systemtopology-l1-1-0_windowsapp.a \
                %/libapi-ms-win-core-threadpool-l1-2-0.a \
                %/libapi-ms-win-core-threadpool-legacy-l1-1-0.a \
                %/libapi-ms-win-core-timezone-l1-1-0.a \
diff --git 
a/mingw-w64-crt/lib-common/api-ms-win-core-systemtopology-l1-1-0_windowsapp.def 
b/mingw-w64-crt/lib-common/api-ms-win-core-systemtopology-l1-1-0_windowsapp.def
new file mode 100644
index 000000000..c47c8f7af
--- /dev/null
+++ 
b/mingw-w64-crt/lib-common/api-ms-win-core-systemtopology-l1-1-0_windowsapp.def
@@ -0,0 +1,5 @@
+LIBRARY api-ms-win-core-systemtopology-l1-1-0
+
+EXPORTS
+
+GetNumaHighestNodeNumber
diff --git a/mingw-w64-crt/lib-common/windowsapp.mri 
b/mingw-w64-crt/lib-common/windowsapp.mri
index 2f2571a06..35100889d 100644
--- a/mingw-w64-crt/lib-common/windowsapp.mri
+++ b/mingw-w64-crt/lib-common/windowsapp.mri
@@ -129,7 +129,7 @@ ADDLIB libapi-ms-win-core-sysinfo-l1-2-1_windowsapp.a
 ADDLIB libapi-ms-win-core-sysinfo-l1-2-3_windowsapp.a
 ADDLIB libapi-ms-win-core-sysinfo-l1-2-5.a
 ADDLIB libapi-ms-win-core-sysinfo-l1-2-6.a
-ADDLIB libapi-ms-win-core-systemtopology-l1-1-0.a
+ADDLIB libapi-ms-win-core-systemtopology-l1-1-0_windowsapp.a
 ADDLIB libapi-ms-win-core-threadpool-l1-2-0.a
 ADDLIB libapi-ms-win-core-threadpool-legacy-l1-1-0.a
 ADDLIB libapi-ms-win-core-timezone-l1-1-0.a
diff --git 
a/mingw-w64-crt/lib32/api-ms-win-core-systemtopology-l1-1-0_windowsapp.def 
b/mingw-w64-crt/lib32/api-ms-win-core-systemtopology-l1-1-0_windowsapp.def
new file mode 100644
index 000000000..e7b05a057
--- /dev/null
+++ b/mingw-w64-crt/lib32/api-ms-win-core-systemtopology-l1-1-0_windowsapp.def
@@ -0,0 +1,5 @@
+LIBRARY api-ms-win-core-systemtopology-l1-1-0
+
+EXPORTS
+
+GetNumaHighestNodeNumber@4
-- 
2.41.0



_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to