diff options
| author | raysan5 <[email protected]> | 2019-07-30 14:00:10 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2019-07-30 14:00:10 +0200 |
| commit | 1da7e1da8c8445cd83b95c15df97cc10d8d55d65 (patch) | |
| tree | c7cb4f876dbba64932301853c3b80aa05b0fb031 /projects/VSCode/.vscode/c_cpp_properties.json | |
| parent | 5775f9d224ced3e9d688c7223ab9a1de54a440eb (diff) | |
| download | raylib-1da7e1da8c8445cd83b95c15df97cc10d8d55d65.tar.gz raylib-1da7e1da8c8445cd83b95c15df97cc10d8d55d65.zip | |
Review VSCode project
Diffstat (limited to 'projects/VSCode/.vscode/c_cpp_properties.json')
| -rw-r--r-- | projects/VSCode/.vscode/c_cpp_properties.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/VSCode/.vscode/c_cpp_properties.json b/projects/VSCode/.vscode/c_cpp_properties.json index 496a9b2d..10881ee8 100644 --- a/projects/VSCode/.vscode/c_cpp_properties.json +++ b/projects/VSCode/.vscode/c_cpp_properties.json @@ -14,9 +14,9 @@ "PLATFORM_DESKTOP" ], "compilerPath": "C:/raylib/mingw/bin/gcc.exe", - "cStandard": "c11", + "cStandard": "c99", "cppStandard": "c++14", - "intelliSenseMode": "clang-x64" + "intelliSenseMode": "gcc-x64" }, { "name": "Mac", |
