summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2009-06-02 03:10:27 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2009-06-02 03:10:27 +0000
commit215041204d73ad1ed4409b71893f71f1737d81f3 (patch)
treeb59baf898721ec4550d17672ffe94aa9a8c61dc3
parentd3a12930574f8375416ba585a6ad32b165779b25 (diff)
downloadlibapr-215041204d73ad1ed4409b71893f71f1737d81f3.tar.gz
Complete corrections to r649208; there was no cause to expose tlhelp32.h
to the public API. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x@780921 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr.hw1
-rw-r--r--include/arch/win32/apr_arch_misc.h3
2 files changed, 2 insertions, 2 deletions
diff --git a/include/apr.hw b/include/apr.hw
index 0370b0726..9c6b46187 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -100,7 +100,6 @@
#include <winsock2.h>
#include <ws2tcpip.h>
#include <mswsock.h>
-#include <tlhelp32.h>
#else
#include <winsock.h>
#endif
diff --git a/include/arch/win32/apr_arch_misc.h b/include/arch/win32/apr_arch_misc.h
index 092beec90..1de496ed6 100644
--- a/include/arch/win32/apr_arch_misc.h
+++ b/include/arch/win32/apr_arch_misc.h
@@ -43,8 +43,9 @@
#if APR_HAVE_STRING_H
#include <string.h>
#endif
-
+#ifndef _WIN32_WCE
#include <tlhelp32.h>
+#endif
struct apr_other_child_rec_t {
apr_pool_t *p;