Files
K2DCU/.vscode/c_cpp_properties.json
2026-04-14 14:32:50 +09:00

16 lines
303 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
]
}
],
"version": 4
}