Add "__GNUC__" to the defines array
This commit is contained in:
Bob Brown 2017-06-29 09:39:36 -07:00 коммит произвёл GitHub
Родитель 8979a6e6b3
Коммит 231df80d1e
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -17,7 +17,8 @@ For developers using MinGW on Windows, we recommend you start with the following
],
"defines": [
"_DEBUG",
"UNICODE"
"UNICODE",
"__GNUC__"
],
"browse": {
"path": [
@ -51,7 +52,8 @@ For C projects, simply remove the c++ lines:
],
"defines": [
"_DEBUG",
"UNICODE"
"UNICODE",
"__GNUC__"
],
"browse": {
"path": [