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

diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am
index cb313e29d..9aee7f47e 100644
--- a/mingw-w64-crt/Makefile.am
+++ b/mingw-w64-crt/Makefile.am
@@ -2515,6 +2515,7 @@ endif
                %/libshlwapi.a \
                %/libsrvcli.a \
                %/libsspicli.a \
+               %/libtdh_onecore.a \
                %/libuserenv.a \
                %/libversion.a \
                %/libwebsocket.a \
diff --git a/mingw-w64-crt/lib-common/onecore.mri 
b/mingw-w64-crt/lib-common/onecore.mri
index 28dc52c07..663312eb7 100644
--- a/mingw-w64-crt/lib-common/onecore.mri
+++ b/mingw-w64-crt/lib-common/onecore.mri
@@ -99,6 +99,7 @@ ADDLIB libshell32_onecore.a
 ADDLIB libshlwapi.a
 ADDLIB libsrvcli.a
 ADDLIB libsspicli.a
+ADDLIB libtdh_onecore.a
 ADDLIB libuserenv.a
 ADDLIB libversion.a
 ADDLIB libwebsocket.a
diff --git a/mingw-w64-crt/lib-common/tdh_onecore.def 
b/mingw-w64-crt/lib-common/tdh_onecore.def
new file mode 100644
index 000000000..60a5522e2
--- /dev/null
+++ b/mingw-w64-crt/lib-common/tdh_onecore.def
@@ -0,0 +1,16 @@
+LIBRARY "tdh.dll"
+EXPORTS
+TdhEnumerateManifestProviderEvents
+TdhEnumerateProviderFieldInformation
+TdhEnumerateProviders
+TdhFormatProperty
+TdhGetEventInformation
+TdhGetEventMapInformation
+TdhGetManifestEventInformation
+TdhGetProperty
+TdhGetPropertySize
+TdhLoadManifest
+TdhLoadManifestFromMemory
+TdhQueryProviderFieldInformation
+TdhUnloadManifest
+TdhUnloadManifestFromMemory
diff --git a/mingw-w64-crt/lib32/tdh_onecore.def 
b/mingw-w64-crt/lib32/tdh_onecore.def
new file mode 100644
index 000000000..68b536d4d
--- /dev/null
+++ b/mingw-w64-crt/lib32/tdh_onecore.def
@@ -0,0 +1,16 @@
+LIBRARY "tdh.dll"
+EXPORTS
+TdhEnumerateManifestProviderEvents@12
+TdhEnumerateProviderFieldInformation@16
+TdhEnumerateProviders@8
+TdhFormatProperty@44
+TdhGetEventInformation@20
+TdhGetEventMapInformation@16
+TdhGetManifestEventInformation@16
+TdhGetProperty@28
+TdhGetPropertySize@24
+TdhLoadManifest@4
+TdhLoadManifestFromMemory@8
+TdhQueryProviderFieldInformation@24
+TdhUnloadManifest@4
+TdhUnloadManifestFromMemory@8
-- 
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