BCZT_NEW/BCZT/.vscode/c_cpp_properties.json
2023-11-18 11:46:58 +08:00

14 lines
249 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"__near="
]
}
],
"version": 4
}