The 3 API's exported are found in api-ms-win-gaming-expandedresources-l1-1-0 which is part of windowsapp. This is the proper location accessing these API's from windowsapp [1]. That document says it was introduced in 16299/RS3 but it's actually found there in the 15063/RS2 SDK.
Technically windowsapp also exports/redirects to a lot of non api-ms-*** DLLs, but not this one. [1] https://learn.microsoft.com/en-us/uwp/win32-and-com/win32-apis#apis-from-api-ms-win-gaming-expandedresources-l1-1-0dll --- mingw-w64-crt/lib-common/windowsapp.mri | 1 - 1 file changed, 1 deletion(-) diff --git a/mingw-w64-crt/lib-common/windowsapp.mri b/mingw-w64-crt/lib-common/windowsapp.mri index d1445a4a7..0df24d44c 100644 --- a/mingw-w64-crt/lib-common/windowsapp.mri +++ b/mingw-w64-crt/lib-common/windowsapp.mri @@ -1,5 +1,4 @@ CREATE libwindowsapp.a -ADDLIB libgamemode.a ADDLIB libapi-ms-win-core-com-l1-1-1.a ADDLIB libapi-ms-win-core-com-l2-1-1.a ADDLIB libapi-ms-win-core-com-midlproxystub-l1-1-0.a -- 2.39.2 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
