Expose mi prefixed public standard implementations of various posix, unix, and c++ allocation functions. See issue #75

This commit is contained in:
daan 2019-07-07 13:44:33 -07:00
parent 5ff037f8f8
commit dd59a917ce
11 changed files with 137 additions and 87 deletions

View file

@ -218,6 +218,7 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\src\alloc-override-win.c" />
<ClCompile Include="..\..\src\alloc-posix.c" />
<ClCompile Include="..\..\src\alloc.c" />
<ClCompile Include="..\..\src\heap.c" />
<ClCompile Include="..\..\src\init.c" />