Skip to content

Commit 0d88024

Browse files
authored
Update MinGW.md
1 parent 684b597 commit 0d88024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/LanguageServer/MinGW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Note that you may have to change the MinGW version number to match what you have
2020
"defines": [
2121
"_DEBUG",
2222
"UNICODE",
23-
"__GNUC__=5",
23+
"__GNUC__=6",
2424
"__cdecl=__attribute__((__cdecl__))"
2525
],
2626
"browse": {
@@ -56,7 +56,7 @@ For C projects, simply remove the c++ lines:
5656
"defines": [
5757
"_DEBUG",
5858
"UNICODE",
59-
"__GNUC__=5",
59+
"__GNUC__=6",
6060
"__cdecl=__attribute__((__cdecl__))"
6161
],
6262
"browse": {

0 commit comments

Comments
 (0)