You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2006/04/10 07:54:10 UTC

svn commit: r392892 - /apr/apr/branches/1.2.x/include/apr.hw

Author: wrowe
Date: Sun Apr  9 22:54:09 2006
New Revision: 392892

URL: http://svn.apache.org/viewcvs?rev=392892&view=rev
Log:

  Remove 2nd occurance of macro declaration.

Backports 392874

Modified:
    apr/apr/branches/1.2.x/include/apr.hw

Modified: apr/apr/branches/1.2.x/include/apr.hw
URL: http://svn.apache.org/viewcvs/apr/apr/branches/1.2.x/include/apr.hw?rev=392892&r1=392891&r2=392892&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/include/apr.hw (original)
+++ apr/apr/branches/1.2.x/include/apr.hw Sun Apr  9 22:54:09 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