summaryrefslogtreecommitdiffhomepage
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-08 23:19:10 +0200
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-08 23:19:10 +0200
commit3437db4cf34bbaa7a5cda535d9dcd3200ef4cd3a (patch)
tree67d54c3e601e3efd84ca122bcaa58dffd37dcb37 /.vscode/c_cpp_properties.json
parent9be360bd9cce8a28fb4626fcc47b31b169e3b47c (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.json6
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",