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

diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am
index 46f1343ce..2e2a8b7db 100644
--- a/mingw-w64-crt/Makefile.am
+++ b/mingw-w64-crt/Makefile.am
@@ -2341,7 +2341,7 @@ endif
                %/libapi-ms-win-core-psapi-ansi-l1-1-0.a \
                %/libapi-ms-win-core-psapi-l1-1-0_windowsapp.a \
                %/libapi-ms-win-core-psm-appnotify-l1-1-0.a \
-               %/libapi-ms-win-core-realtime-l1-1-0.a \
+               %/libapi-ms-win-core-realtime-l1-1-0_windowsapp.a \
                %/libapi-ms-win-core-realtime-l1-1-1.a \
                %/libapi-ms-win-core-realtime-l1-1-2.a \
                %/libapi-ms-win-core-registry-l1-1-0.a \
diff --git a/mingw-w64-crt/lib-common/api-ms-win-core-realtime-l1-1-0.def 
b/mingw-w64-crt/lib-common/api-ms-win-core-realtime-l1-1-0.def
index 3ea1592fa..52f6851e1 100644
--- a/mingw-w64-crt/lib-common/api-ms-win-core-realtime-l1-1-0.def
+++ b/mingw-w64-crt/lib-common/api-ms-win-core-realtime-l1-1-0.def
@@ -2,5 +2,8 @@ LIBRARY api-ms-win-core-realtime-l1-1-0
 
 EXPORTS
 
+QueryIdleProcessorCycleTime
+QueryIdleProcessorCycleTimeEx
+QueryProcessCycleTime
 QueryThreadCycleTime
 QueryUnbiasedInterruptTime
diff --git 
a/mingw-w64-crt/lib-common/api-ms-win-core-realtime-l1-1-0_windowsapp.def 
b/mingw-w64-crt/lib-common/api-ms-win-core-realtime-l1-1-0_windowsapp.def
new file mode 100644
index 000000000..3ea1592fa
--- /dev/null
+++ b/mingw-w64-crt/lib-common/api-ms-win-core-realtime-l1-1-0_windowsapp.def
@@ -0,0 +1,6 @@
+LIBRARY api-ms-win-core-realtime-l1-1-0
+
+EXPORTS
+
+QueryThreadCycleTime
+QueryUnbiasedInterruptTime
diff --git a/mingw-w64-crt/lib-common/windowsapp.mri 
b/mingw-w64-crt/lib-common/windowsapp.mri
index 088e22c2e..ffe97fea5 100644
--- a/mingw-w64-crt/lib-common/windowsapp.mri
+++ b/mingw-w64-crt/lib-common/windowsapp.mri
@@ -103,7 +103,7 @@ ADDLIB libapi-ms-win-core-profile-l1-1-0.a
 ADDLIB libapi-ms-win-core-psapi-ansi-l1-1-0.a
 ADDLIB libapi-ms-win-core-psapi-l1-1-0_windowsapp.a
 ADDLIB libapi-ms-win-core-psm-appnotify-l1-1-0.a
-ADDLIB libapi-ms-win-core-realtime-l1-1-0.a
+ADDLIB libapi-ms-win-core-realtime-l1-1-0_windowsapp.a
 ADDLIB libapi-ms-win-core-realtime-l1-1-1.a
 ADDLIB libapi-ms-win-core-realtime-l1-1-2.a
 ADDLIB libapi-ms-win-core-registry-l1-1-0.a
diff --git a/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-0.def 
b/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-0.def
index 3765bbd22..dd0658273 100644
--- a/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-0.def
+++ b/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-0.def
@@ -2,5 +2,8 @@ LIBRARY api-ms-win-core-realtime-l1-1-0
 
 EXPORTS
 
+QueryIdleProcessorCycleTime@8
+QueryIdleProcessorCycleTimeEx@12
+QueryProcessCycleTime@8
 QueryThreadCycleTime@8
 QueryUnbiasedInterruptTime@4
diff --git a/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-0_windowsapp.def 
b/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-0_windowsapp.def
new file mode 100644
index 000000000..3765bbd22
--- /dev/null
+++ b/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-0_windowsapp.def
@@ -0,0 +1,6 @@
+LIBRARY api-ms-win-core-realtime-l1-1-0
+
+EXPORTS
+
+QueryThreadCycleTime@8
+QueryUnbiasedInterruptTime@4
-- 
2.41.0



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

Reply via email to