diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-08 23:19:10 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-08 23:19:10 +0200 |
| commit | 3437db4cf34bbaa7a5cda535d9dcd3200ef4cd3a (patch) | |
| tree | 67d54c3e601e3efd84ca122bcaa58dffd37dcb37 /.vscode/c_cpp_properties.json | |
| parent | 9be360bd9cce8a28fb4626fcc47b31b169e3b47c (diff) | |
kernel: revision of MBCI, rename HPET.hxx to Defines.hxx to match
convention.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to '.vscode/c_cpp_properties.json')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index c6d63a65..fd85ea9f 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -15,7 +15,8 @@ "__HAVE_MAHROUSS_APIS__", "__FSKIT_NEWFS__", "__EFI_x86_64__", - "__ATA_PIO__" + "__ATA_PIO__", + "__NEWOS_AMD64__" ], "cStandard": "c17", "cppStandard": "c++20", @@ -47,7 +48,8 @@ "__HAVE_MAHROUSS_APIS__", "__FSKIT_NEWFS__", "__EFI_x86_64__", - "__ATA_PIO__" + "__ATA_PIO__", + "__NEWOS_AMD64__" ], "cStandard": "c17", "cppStandard": "c++20", |
