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 03:23:06 UTC

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

Author: wrowe
Date: Sun Apr  9 18:23:05 2006
New Revision: 392866

URL: http://svn.apache.org/viewcvs?rev=392866&view=rev
Log:
  Identified by Michael Jerris - work around projects where this was
  defined by the user in *their* build that included apr.h[w].

Backports: 392864

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=392866&r1=392865&r2=392866&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/include/apr.hw (original)
+++ apr/apr/branches/1.2.x/include/apr.hw Sun Apr  9 18:23:05 2006
@@ -60,7 +60,9 @@
  * and the POSIX string handling API
  */
 #if defined(_MSC_VER) && _MSC_VER >= 1400
+#ifndef _CRT_SECURE_NO_DEPRECATE
 #define _CRT_SECURE_NO_DEPRECATE
+#endif
 #pragma warning(disable: 4996)
 #endif