From 2ded7c338bae2d821509f6480da4e666a8fedc5a Mon Sep 17 00:00:00 2001 From: goodusername123 <61405538+goodusername123@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:59:53 -0500 Subject: [PATCH] Windows 10 and later: Long Path Aware and use Segment Heaps (#3155) Changes the manifest file to allow interacting with long paths in Windows 10 v1607 and later, And also changes the used memory heap type from NT heaps to Segment heaps in Windows 10 v2004 and later. Note: "LongPathsEnabled" must be turned on in registry for long path handling to work. --- browser/app/waterfox.exe.manifest | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/browser/app/waterfox.exe.manifest b/browser/app/waterfox.exe.manifest index 3b0ec902e6b7f..9d41634179116 100644 --- a/browser/app/waterfox.exe.manifest +++ b/browser/app/waterfox.exe.manifest @@ -36,6 +36,12 @@ + + + True + SegmentHeap + +