From 93bbb997b6a87eba292af6382160a7640731c177 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Tue, 5 Nov 2019 22:42:10 +0100 Subject: [PATCH] Added __VBCC__ define to get rid of silly VScode warning --- zz9k-loader/.vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zz9k-loader/.vscode/c_cpp_properties.json b/zz9k-loader/.vscode/c_cpp_properties.json index f9f5b0d..ebb6b38 100644 --- a/zz9k-loader/.vscode/c_cpp_properties.json +++ b/zz9k-loader/.vscode/c_cpp_properties.json @@ -8,7 +8,7 @@ "${VBCC}/ndk39/include/include_h", "${VBCC}/P96/Include" ], - "defines": [], + "defines": ["__VBCC__"], "compilerPath": "${VBCC}/bin/vc", "cStandard": "c99", "cppStandard": "c++98",