Add avrt.dll to the list of delayload libs.

This commit is contained in:
John Preston 2025-04-21 14:49:28 +04:00
parent 793e15f80c
commit 263b9fa611

View file

@ -1930,6 +1930,7 @@ if (MSVC)
/DELAYLOAD:user32.dll
/DELAYLOAD:gdi32.dll
/DELAYLOAD:advapi32.dll
/DELAYLOAD:avrt.dll
/DELAYLOAD:shell32.dll
/DELAYLOAD:ole32.dll
/DELAYLOAD:oleaut32.dll