[Sumover-dev] [svn commit] r4457 - common/trunk/src

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Jun 4 15:10:01 BST 2009


Author: piers
Date: Thu Jun  4 15:10:01 2009
New Revision: 4457

Modified:
   common/trunk/src/common.2008.vcproj

Log:
Added preprocessor define _CRT_SECURE_NO_WARNINGS to shut up annoying M$ warnings about 'insecure' str functions.

Modified: common/trunk/src/common.2008.vcproj
==============================================================================
--- common/trunk/src/common.2008.vcproj	(original)
+++ common/trunk/src/common.2008.vcproj	Thu Jun  4 15:10:01 2009
@@ -493,7 +493,7 @@
 				Name="VCCLCompilerTool"
 				Optimization="0"
 				AdditionalIncludeDirectories="..\tcl-8.0\generic,..\tk-8.0\generic,..\tk-8.0\xlib,c:\program files\microsoft sdk\include"
-				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;DEBUG;DEBUG_MEM;NEED_INET_PTON;HAVE_INET_NTOP"
+				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;DEBUG;DEBUG_MEM;NEED_INET_PTON;HAVE_INET_NTOP"
 				BasicRuntimeChecks="0"
 				RuntimeLibrary="1"
 				EnableEnhancedInstructionSet="0"



More information about the Sumover-dev mailing list