Bug 1945965 – remove new tab April Fools logo. r=home-newtab-reviewers,reemhamz
[gecko.git] / dom / midi / midir_impl / cbindgen.toml
blob1b80a85e4539080f6ebd45c082c70d9f182947f5
1 header = """/* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */"""
4 autogen_warning = """/* DO NOT MODIFY THIS MANUALLY! This file was generated using cbindgen. See RunCbindgen.py */
5 """
6 include_version = true
7 braces = "SameLine"
8 line_length = 100
9 tab_width = 2
10 language = "C++"
11 include_guard = "midir_impl_ffi_generated_h"
12 includes = ["nsStringFwd.h", "nsTArrayForwardDeclare.h"]
14 [defines]
15 "target_os = windows" = "XP_WIN"
17 [export.rename]
18 "ThinVec" = "nsTArray"