MemArena: Split into three separate files for each OS.

This commit is contained in:
Admiral H. Curtiss
2021-06-21 01:17:07 +02:00
parent a29d7625dd
commit 812cc8b632
5 changed files with 158 additions and 69 deletions
+1 -1
View File
@@ -726,7 +726,7 @@
<ClCompile Include="Common\MathUtil.cpp" />
<ClCompile Include="Common\Matrix.cpp" />
<ClCompile Include="Common\MD5.cpp" />
<ClCompile Include="Common\MemArena.cpp" />
<ClCompile Include="Common\MemArenaWin.cpp" />
<ClCompile Include="Common\MemoryUtil.cpp" />
<ClCompile Include="Common\MsgHandler.cpp" />
<ClCompile Include="Common\NandPaths.cpp" />