2 Commits

View File

@@ -41,13 +41,13 @@
"includePath": [
"${workspaceFolder}/source",
"${workspaceFolder}/source/external",
"C:/mingw64/include"
"C:/mingw/include"
],
"defines": [
"WINDOWS_BUILD",
"_WIN32"
],
"compilerPath": "C:/msys64/mingw64/bin/g++.exe",
"compilerPath": "C:/mingw/bin/g++.exe",
"cStandard": "c17",
"cppStandard": "c++20",
"intelliSenseMode": "windows-gcc-x64"