fix for ensuring heap initialization with static linking on windows on huge allocations (issues #221)

This commit is contained in:
daan 2020-04-06 12:15:12 -07:00
parent 84b9b8878e
commit afc4f79a69
3 changed files with 6 additions and 4 deletions

View file

@ -176,14 +176,14 @@
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\test\main-override.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="mimalloc-override.vcxproj">
<Project>{abb5eae7-b3e6-432e-b636-333449892ea7}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\test\main-override.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>