File tree 2 files changed +2
-1
lines changed
cascadia/TerminalControl/dll
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 95
95
<ItemDefinitionGroup >
96
96
<Link >
97
97
<AdditionalDependencies >delayimp.lib;Uiautomationcore.lib;onecoreuap.lib;%(AdditionalDependencies)</AdditionalDependencies >
98
- <DelayLoadDLLs >uiautomationcore.dll;%(DelayLoadDLLs)</DelayLoadDLLs >
98
+ <DelayLoadDLLs >uiautomationcore.dll;icu.dll; %(DelayLoadDLLs)</DelayLoadDLLs >
99
99
<!--
100
100
ControlLib contains a DllMain that we need to force the use of.
101
101
If you don't have this, then you'll see an error like
Original file line number Diff line number Diff line change 87
87
<Link >
88
88
<AllowIsolation >true</AllowIsolation >
89
89
<AdditionalDependencies >winmm.lib;imm32.lib;%(AdditionalDependencies)</AdditionalDependencies >
90
+ <DelayLoadDLLs >icu.dll;%(DelayLoadDLLs)</DelayLoadDLLs >
90
91
</Link >
91
92
</ItemDefinitionGroup >
92
93
<!-- Careful reordering these. Some default props (contained in these files) are order sensitive. -->
You can’t perform that action at this time.
0 commit comments