From: Danny Mayer Date: Fri, 5 Oct 2007 13:54:42 +0000 (-0400) Subject: Bug #788 Update macros to support VS 2005 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f71e264f7482d8b23d7615323ca4bc060209a21;p=thirdparty%2Fntp.git Bug #788 Update macros to support VS 2005 bk: 470642223hPFePSkQtetpFTuinlDtg --- diff --git a/ports/winnt/include/config.h b/ports/winnt/include/config.h index 2da45c2fdc..6bd975ee31 100644 --- a/ports/winnt/include/config.h +++ b/ports/winnt/include/config.h @@ -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 - +*/