Although we don't load `version.dll` explicitly, our launcher process use `version.dll` functions here: https://searchfox.org/mozilla-central/rev/bb37e6fe8bbe383a57a4ad21a201e26416613ca1/browser/app/winlauncher/ErrorHandler.cpp#383,387,392 `vcruntime140.dll` is not guilty. We should delay-load `version.dll` with a full path.
Bug 1696871 Comment 10 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Although we don't load `version.dll` explicitly, our launcher process uses `version.dll` functions here: https://searchfox.org/mozilla-central/rev/bb37e6fe8bbe383a57a4ad21a201e26416613ca1/browser/app/winlauncher/ErrorHandler.cpp#383,387,392 `vcruntime140.dll` is not guilty. We should delay-load `version.dll` with a full path.