]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Bug #788 Update macros to support VS 2005
authorDanny Mayer <mayer@ntp.org>
Fri, 5 Oct 2007 13:54:42 +0000 (09:54 -0400)
committerDanny Mayer <mayer@ntp.org>
Fri, 5 Oct 2007 13:54:42 +0000 (09:54 -0400)
bk: 470642223hPFePSkQtetpFTuinlDtg

ports/winnt/include/config.h

index 2da45c2fdc53be2739f2d1d3ab2a8c540070f5f1..6bd975ee315a2591031ea3109fb71d06d6ad2806 100644 (file)
@@ -46,12 +46,14 @@ typedef unsigned int        uintptr_t;
  * Note that these are ignored by previous versions
  * of the compiler
  */
+/*
 #undef _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES
 #undef _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT
+#undef _CRT_SECURE_NO_DEPRECATE
 #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1
 #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT 1
 #define _CRT_SECURE_NO_DEPRECATE 1
-
+*/