You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2011/03/29 17:28:54 UTC

svn commit: r1086627 - /apr/apr/trunk/include/apr.h.in

Author: fuankg
Date: Tue Mar 29 15:28:54 2011
New Revision: 1086627

URL: http://svn.apache.org/viewvc?rev=1086627&view=rev
Log:
Added / moved comments.

Modified:
    apr/apr/trunk/include/apr.h.in

Modified: apr/apr/trunk/include/apr.h.in
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr.h.in?rev=1086627&r1=1086626&r2=1086627&view=diff
==============================================================================
--- apr/apr/trunk/include/apr.h.in (original)
+++ apr/apr/trunk/include/apr.h.in Tue Mar 29 15:28:54 2011
@@ -120,10 +120,10 @@
  * or the extern "C" namespace 
  */
 
+#if APR_HAVE_WINDOWS_H
 /* If windows.h was already included, our preferences don't matter.
  * If not, include a restricted set of windows headers to our tastes.
  */
-#if APR_HAVE_WINDOWS_H
 #ifndef _WINDOWS_
 
 #ifndef WIN32_LEAN_AND_MEAN
@@ -152,8 +152,8 @@
 #endif
 
 #include <windows.h>
-#endif
-#endif
+#endif /* ndef _WINDOWS_ */
+#endif /* APR_HAVE_WINDOWS_H */
 
 #if APR_HAVE_WINSOCK2_H
 #include <winsock2.h>