Files
forth_bootslop/.vscode/c_cpp_properties.json
2026-02-19 17:02:32 -05:00

19 lines
397 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/attempt_1"
],
"defines": [
"BUILD_DEBUG",
"UNICODE",
"_UNICODE"
],
"cStandard": "c23",
"windowsSdkVersion": "10.0.26100.0"
}
],
"version": 4
}