Skip to content

Commit

Permalink
Opt,规避微软的奇怪的链接错误
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed Jun 22, 2024
1 parent bf520c2 commit dcabd4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/YY-Thunks.UnitTest/PropSys.UnitTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace PropSys
Guard |= YY::Thunks::aways_null_try_get_VariantCompare;
}

TEST_METHOD(一般)
TEST_METHOD(基础功能测试)
{
{
VARIANT _Left = {};
Expand Down
2 changes: 1 addition & 1 deletion src/YY-Thunks.UnitTest/YY-Thunks.UnitTest.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
<ClCompile Include="api-ms-win-core-path.UnitTest.cpp" />
<ClCompile Include="api-ms-win-core-synch.UnitTest.cpp" />
<ClCompile Include="api-ms-win-core-threadpool.UnitTest.cpp" />
<ClCompile Include="PropSys.UnitTest.cpp" />
<ClCompile Include="shell32.UnitTest.cpp" />
<ClCompile Include="weak.c">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
Expand Down Expand Up @@ -309,7 +310,6 @@
<None Include="..\def\x64\PSAPI2Kernel32.def" />
<None Include="..\def\x86\esent.def" />
<None Include="..\def\x86\PSAPI2Kernel32.def" />
<ClCompile Include="PropSys.UnitTest.cpp" />
<None Include="proxy.pac" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down

0 comments on commit dcabd4a

Please sign in to comment.