You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2006/04/10 04:38:05 UTC

Re: svn commit: r392874 - /apr/apr/trunk/include/apr.hw

Need feedback, it seems odd that this was redefined, but I don't have quick
access at this moment to verify -why- this is the case.

Comments please?  Any issues with the latest patch on trunk, so I can then
backport it to 1.2 and 0.9 for our Visual Studio 2005 users who are victims
of this silly "feature".

Bill

wrowe@apache.org wrote:
> Author: wrowe
> Date: Sun Apr  9 18:58:17 2006
> New Revision: 392874
> 
> URL: http://svn.apache.org/viewcvs?rev=392874&view=rev
> Log:
> 
>   Eliminate second occurance, and move the disable of warning 4996 to the pop
>   which reapplied it.
> 
> Modified:
>     apr/apr/trunk/include/apr.hw
> 
> Modified: apr/apr/trunk/include/apr.hw
> URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr.hw?rev=392874&r1=392873&r2=392874&view=diff
> ==============================================================================
> --- apr/apr/trunk/include/apr.hw (original)
> +++ apr/apr/trunk/include/apr.hw Sun Apr  9 18:58:17 2006
> @@ -514,13 +514,6 @@
>   */
>  #if defined(_MSC_VER) && _MSC_VER >= 1200
>  #pragma warning(pop)
> -#endif
> -
> -/* Ignore Microsoft's interpretation of secure development 
> - * and their opinion of the POSIX standard string handling API
> - */
> -#if defined(_MSC_VER) && _MSC_VER >= 1400
> -#define _CRT_SECURE_NO_DEPRECATE
>  #pragma warning(disable: 4996)
>  #endif
>