Fix building on MSVC & fix a double-free crash

This commit is contained in:
2024-04-30 16:32:01 +08:00
parent e27ab237ba
commit 4873eb898a
3 changed files with 13 additions and 0 deletions

View File

@@ -84,6 +84,9 @@
<ClInclude Include="ui.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="leaderboards.h">
<Filter>头文件</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="util\queue.c">
@@ -188,5 +191,11 @@
<ClCompile Include="ui_boxbuilder.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="leaderboards.c">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="leaderboards_file.c">
<Filter>源文件</Filter>
</ClCompile>
</ItemGroup>
</Project>