crt: add more DLLs to windowsapp

There are many DLLs with their API entries listed by MS that were no linkable
yet using -lwindowsapp as recommended for apps the can run on all types of
devices.

https://docs.microsoft.com/en-us/uwp/win32-and-com/win32-apis
Signed-off-by: Liu Hao <lh_mouse@126.com>
diff --git a/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-2.def b/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-2.def
new file mode 100644
index 0000000..0e0c3a6
--- /dev/null
+++ b/mingw-w64-crt/lib32/api-ms-win-core-realtime-l1-1-2.def
@@ -0,0 +1,12 @@
+LIBRARY api-ms-win-core-realtime-l1-1-2
+
+EXPORTS
+
+ConvertAuxiliaryCounterToPerformanceCounter@
+ConvertPerformanceCounterToAuxiliaryCounter@
+QueryAuxiliaryCounterFrequency@
+QueryInterruptTime@4
+QueryInterruptTimePrecise@4
+QueryThreadCycleTime@8
+QueryUnbiasedInterruptTime@4
+QueryUnbiasedInterruptTimePrecise@4