Skip to content

Commit

Permalink
Opt, 筛选器遗漏提交
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed Jun 24, 2024
1 parent 8063ade commit 04b9ede
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/Thunks/api-ms-win-core-winrt-string.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#if (YY_Thunks_Support_Version < NTDDI_WIN8)
#include <HStringPrivate.h>
#include <winstring.h>

#include <HStringPrivate.h>
#endif

#if (YY_Thunks_Support_Version < NTDDI_WIN8) && __YY_Thunks_libs && !defined(__Comment_Lib_runtimeobject)
Expand Down
11 changes: 7 additions & 4 deletions src/YY-Thunks.UnitTest/YY-Thunks.UnitTest.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
<ClCompile Include="PropSys.UnitTest.cpp">
<Filter>源文件\UnitTest</Filter>
</ClCompile>
<ClCompile Include="api-ms-win-core-winrt-string.UnitTest.cpp">
<Filter>源文件\UnitTest</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h">
Expand Down Expand Up @@ -278,9 +281,6 @@
<ClInclude Include="..\Shared\InterlockedQueue.h">
<Filter>Shared</Filter>
</ClInclude>
<ClInclude Include="..\Shared\Heap.h">
<Filter>Shared</Filter>
</ClInclude>
<ClInclude Include="..\Thunks\ext-ms-win-ntuser-misc.hpp">
<Filter>Thunks</Filter>
</ClInclude>
Expand Down Expand Up @@ -359,7 +359,10 @@
<ClInclude Include="..\Thunks\mf.hpp">
<Filter>Thunks</Filter>
</ClInclude>
<ClInclude Include="..\Shared\hstring_private.h">
<ClInclude Include="..\Shared\HStringPrivate.h">
<Filter>Shared</Filter>
</ClInclude>
<ClInclude Include="..\Shared\SharedDefs.h">
<Filter>Shared</Filter>
</ClInclude>
</ItemGroup>
Expand Down

0 comments on commit 04b9ede

Please sign in to comment.