diff options
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", |
