Skip to content

Commit

Permalink
Enable segment heap on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Dec 19, 2023
1 parent 5d3e830 commit ee774e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/minetest.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
<heapType xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">SegmentHeap</heapType>
</windowsSettings>
</application>
</assembly>

0 comments on commit ee774e8

Please sign in to comment.