summaryrefslogtreecommitdiff
path: root/include/apr.h.in
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-29 15:28:54 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-29 15:28:54 +0000
commit4999fea3f60814d47280c72e95e42a2f1a3d3140 (patch)
tree1f063dd1624d1f1f93d0a21c83d168db67a03646 /include/apr.h.in
parent68af7513a3d7028e5d16d003610d13f978f1c4aa (diff)
downloadapr-4999fea3f60814d47280c72e95e42a2f1a3d3140.tar.gz
Added / moved comments.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1086627 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.h.in')
-rw-r--r--include/apr.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/apr.h.in b/include/apr.h.in
index 10c6b1ade..a6ecdf80d 100644
--- a/include/apr.h.in
+++ b/include/apr.h.in
@@ -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>