MPGC/.vscode/c_cpp_properties.json

23 lines
614 B
JSON
Raw Normal View History

2025-04-03 01:05:40 +00:00
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${default}",
"${workspaceFolder}/**",
"C:/msys64/mingw64/include"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.26100.0",
"cStandard": "c23",
"cppStandard": "c++20",
"intelliSenseMode": "windows-gcc-x64",
"compilerPath": "C:/Program Files/mingw64/bin/gcc.exe"
}
],
"version": 4
}