diff options
Diffstat (limited to 'third_party/libwebrtc/build/win/segment_heap.manifest')
-rw-r--r-- | third_party/libwebrtc/build/win/segment_heap.manifest | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/libwebrtc/build/win/segment_heap.manifest b/third_party/libwebrtc/build/win/segment_heap.manifest new file mode 100644 index 0000000000..fc930a4d56 --- /dev/null +++ b/third_party/libwebrtc/build/win/segment_heap.manifest @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <application xmlns="urn:schemas-microsoft-com:asm.v3"> + <windowsSettings> + <heapType xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">SegmentHeap</heapType> + </windowsSettings> + </application> +</assembly> |