This website works better with JavaScript.
Home
Explore
Help
Sign In
MNT
/
zz9000-sdk
Watch
2
Star
1
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added __VBCC__ define to get rid of silly VScode warning
pull/5/head
Dimitris Panokostas
1 year ago
parent
5f79455c20
commit
93bbb997b6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
zz9k-loader/.vscode/c_cpp_properties.json
+ 1
- 1
zz9k-loader/.vscode/c_cpp_properties.json
View File
@@ -8,7 +8,7 @@
"${VBCC}/ndk39/include/include_h",
"${VBCC}/P96/Include"
],
"defines": [],
"defines": [
"__VBCC__"
],
"compilerPath": "${VBCC}/bin/vc",
"cStandard": "c99",
"cppStandard": "c++98",