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-file-fromapp-l1-1-0.def b/mingw-w64-crt/lib32/api-ms-win-core-file-fromapp-l1-1-0.def
new file mode 100644
index 0000000..20a4dbf
--- /dev/null
+++ b/mingw-w64-crt/lib32/api-ms-win-core-file-fromapp-l1-1-0.def
@@ -0,0 +1,15 @@
+LIBRARY api-ms-win-core-file-fromapp-l1-1-0
+
+EXPORTS
+
+CopyFileFromAppW@
+CreateDirectoryFromAppW@
+CreateFile2FromAppW@
+CreateFileFromAppW@
+DeleteFileFromAppW@
+FindFirstFileExFromAppW@
+GetFileAttributesExFromAppW@
+MoveFileFromAppW@
+RemoveDirectoryFromAppW@
+ReplaceFileFromAppW@
+SetFileAttributesFromAppW@