Skip to content

Commit fd2a391

Browse files
committed
use static link instead of dynamic to solve cmdpal crash
1 parent 4345b95 commit fd2a391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/interop/PowerToys.Interop.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@
6363
</PropertyGroup>
6464
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
6565
<ClCompile>
66-
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
66+
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
6767
<UseDebugLibraries>true</UseDebugLibraries>
6868
<LinkIncremental>true</LinkIncremental>
6969
</ClCompile>
7070
</ItemDefinitionGroup>
7171
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
7272
<ClCompile>
73-
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
73+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
7474
<UseDebugLibraries>false</UseDebugLibraries>
7575
<WholeProgramOptimization>true</WholeProgramOptimization>
7676
<LinkIncremental>false</LinkIncremental>

0 commit comments

Comments
 (0)