用everything在你机器上搜一下这些dll(比如api-ms-win-crt-stdio-l1-1-0.dll),就能看到。
这是MS搞的UCRT:
https://docs.microsoft.com/en-us/cpp/porting/upgrade-your-code-to-the-universal-crt?view=msvc-170
The DLLs for app-local deployment of the UCRT are included as part of the Windows SDK, under the redist subdirectory.
The DLLs required include ucrtbase.dll and a set of APISet forwarder DLLs named api-ms-win-[subset].dll.
你可以把你这个dll重新编译一下,静态链接到CRT,就不需要这些劳什子的api-ms-win-XXX.dll了
--
FROM 125.35.123.*