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:40 UTC

svn commit: r392867 - /apr/apr/branches/0.9.x/include/apr.hw

Author: wrowe
Date: Sun Apr  9 18:23:38 2006
New Revision: 392867

URL: http://svn.apache.org/viewcvs?rev=392867&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/0.9.x/include/apr.hw

Modified: apr/apr/branches/0.9.x/include/apr.hw
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/apr.hw?rev=392867&r1=392866&r2=392867&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/include/apr.hw (original)
+++ apr/apr/branches/0.9.x/include/apr.hw Sun Apr  9 18:23:38 2006
@@ -59,7 +59,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