summaryrefslogtreecommitdiff
path: root/dbtests
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-09-27 22:21:31 -0400
committerdwight <dwight@10gen.com>2010-09-27 22:21:31 -0400
commitbe0e007608eb08ace73a87e97218faec21a98e6f (patch)
tree560ff81bdc61bc129e4e5ed6dc17098a462ea5aa /dbtests
parent8f6b5ab3d2fade6a6f6b37af48f55b5a204a6401 (diff)
downloadmongo-be0e007608eb08ace73a87e97218faec21a98e6f.tar.gz
comment, vcxproj
Diffstat (limited to 'dbtests')
-rw-r--r--dbtests/test.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbtests/test.vcxproj b/dbtests/test.vcxproj
index 8b7e5b95fed..4d9ed76dc21 100644
--- a/dbtests/test.vcxproj
+++ b/dbtests/test.vcxproj
@@ -122,7 +122,7 @@
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\..\js\src;..\pcre-7.4;C:\boost;\boost;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_UNICODE;UNICODE;SUPPORT_UCP;SUPPORT_UTF8;MONGO_EXPOSE_MACROS;OLDJS;STATIC_JS_API;XP_WIN;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;PCRE_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_DURABLE,_UNICODE;UNICODE;SUPPORT_UCP;SUPPORT_UTF8;MONGO_EXPOSE_MACROS;OLDJS;STATIC_JS_API;XP_WIN;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;PCRE_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>Use</PrecompiledHeader>