diff --git a/src/c-ares/gen_build_yaml.py b/src/c-ares/gen_build_yaml.py
index 33ad44eebf10960aeba132a21597018e0865f8a1..ae61c7856aa0aae538740b79d863c96330f3b166 100755
--- a/src/c-ares/gen_build_yaml.py
+++ b/src/c-ares/gen_build_yaml.py
@@ -136,6 +136,7 @@ try:
         "third_party/c-ares/ares_strdup.h",
         "third_party/c-ares/ares_version.h",
         "third_party/c-ares/bitncmp.h",
+        "third_party/c-ares/config-win32.h",
         "third_party/c-ares/setup_once.h",
         "src/c-ares/ares_build.h",
         "src/c-ares/config_linux/ares_config.h",
diff --git a/templates/package.json.template b/templates/package.json.template
index 6891e163174f9e49ad8488a4785b8e3811ae1662..d0150f6bf802aaf74ff2f197b0c21363715693b4 100644
--- a/templates/package.json.template
+++ b/templates/package.json.template
@@ -25,7 +25,7 @@
       "test": "./node_modules/.bin/mocha src/node/test && npm run-script lint",
       "gen_docs": "./node_modules/.bin/jsdoc -c src/node/jsdoc_conf.json",
       "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha src/node/test",
-      "install": "./node_modules/.bin/node-pre-gyp install --fallback-to-build --library='static_library'"
+      "install": "./node_modules/.bin/node-pre-gyp install --fallback-to-build --library=static_library"
     },
     "bundledDependencies": ["node-pre-gyp"],
     "dependencies": {
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index a186f55b55bc1a5fdf0653efd42be64f69cef5d7..4103ff7b92e828f41d2c328ce962ed0df25029fa 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -5409,6 +5409,7 @@
       "third_party/c-ares/ares_strdup.h", 
       "third_party/c-ares/ares_version.h", 
       "third_party/c-ares/bitncmp.h", 
+      "third_party/c-ares/config-win32.h", 
       "third_party/c-ares/setup_once.h"
     ], 
     "language": "c", 
diff --git a/vsprojects/vcxproj/ares/ares.vcxproj b/vsprojects/vcxproj/ares/ares.vcxproj
index eb2f369d83ea2d7c4ed93c47dfba4115bbf54316..3a0b1796840da391a88efbe953180bf2054a191c 100644
--- a/vsprojects/vcxproj/ares/ares.vcxproj
+++ b/vsprojects/vcxproj/ares/ares.vcxproj
@@ -166,6 +166,7 @@
     <ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_strdup.h" />
     <ClInclude Include="$(SolutionDir)\..\third_party\c-ares\ares_version.h" />
     <ClInclude Include="$(SolutionDir)\..\third_party\c-ares\bitncmp.h" />
+    <ClInclude Include="$(SolutionDir)\..\third_party\c-ares\config-win32.h" />
     <ClInclude Include="$(SolutionDir)\..\third_party\c-ares\setup_once.h" />
     <ClInclude Include="$(SolutionDir)\..\src\c-ares\ares_build.h" />
     <ClInclude Include="$(SolutionDir)\..\src\c-ares\config_linux\ares_config.h" />
diff --git a/vsprojects/vcxproj/ares/ares.vcxproj.filters b/vsprojects/vcxproj/ares/ares.vcxproj.filters
index b733289163627b5f18f6b99ba7570b8a4707edcc..47378f17ce8d8e5ea9393ad0f41d9bd72a79429d 100644
--- a/vsprojects/vcxproj/ares/ares.vcxproj.filters
+++ b/vsprojects/vcxproj/ares/ares.vcxproj.filters
@@ -207,6 +207,9 @@
     <ClInclude Include="$(SolutionDir)\..\third_party\c-ares\bitncmp.h">
       <Filter>third_party\c-ares</Filter>
     </ClInclude>
+    <ClInclude Include="$(SolutionDir)\..\third_party\c-ares\config-win32.h">
+      <Filter>third_party\c-ares</Filter>
+    </ClInclude>
     <ClInclude Include="$(SolutionDir)\..\third_party\c-ares\setup_once.h">
       <Filter>third_party\c-ares</Filter>
     </ClInclude>