mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Add avrt.dll to the list of delayload libs.
This commit is contained in:
parent
793e15f80c
commit
263b9fa611
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue