Be more standard C compliant & compile on Windows

This commit is contained in:
2024-03-26 14:40:36 +08:00
parent c421b76f4c
commit 3aca586cd3
4 changed files with 12 additions and 3 deletions

View File

@ -142,6 +142,7 @@
<ClInclude Include="util\assert.h" />
<ClInclude Include="util\minmax.h" />
<ClInclude Include="util\queue.h" />
<ClInclude Include="util\rand.h" />
<ClInclude Include="util\tree.h" />
<ClInclude Include="util\tree_internal.h" />
<ClInclude Include="util\vector.h" />
@ -163,6 +164,7 @@
<ClCompile Include="render_util.cpp" />
<ClCompile Include="types.c" />
<ClCompile Include="util\queue.c" />
<ClCompile Include="util\rand.c" />
<ClCompile Include="util\tree.c" />
<ClCompile Include="util\vector.c" />
</ItemGroup>