summaryrefslogtreecommitdiff
path: root/buildscripts/make_vcxproj.py
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2013-12-02 14:37:11 -0500
committerDwight <dwight@10gen.com>2013-12-13 12:16:08 -0500
commitafeae9cf7d3bfd96166f221fe8c64c9e194b0621 (patch)
tree6362946dcbaffee859f104e7a3cff24758dd6408 /buildscripts/make_vcxproj.py
parentc90068fa13ef447dc1a67f6c6603bcb177931b14 (diff)
downloadmongo-afeae9cf7d3bfd96166f221fe8c64c9e194b0621.tar.gz
make_vcxproj make it _WIN32_WINNT preprocessor define aware
Diffstat (limited to 'buildscripts/make_vcxproj.py')
-rw-r--r--buildscripts/make_vcxproj.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/make_vcxproj.py b/buildscripts/make_vcxproj.py
index bc8687c9bed..3694e4ea417 100644
--- a/buildscripts/make_vcxproj.py
+++ b/buildscripts/make_vcxproj.py
@@ -63,6 +63,7 @@ common_defines.add("_DEBUG")
common_defines.add("V8_TARGET_ARCH_X64")
common_defines.add("V8_TARGET_ARCH_IA32")
common_defines.add("NTDDI_VERSION")
+common_defines.add("_WIN32_WINNT")
machine_path = ""