summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2009-06-02 03:17:38 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2009-06-02 03:17:38 +0000
commit75a593c4ca68a0fe9fc1b93ca63d9e2d85085efd (patch)
tree3decd73996a4e3cf25d9c21ed9c77e15bd37c739
parentc0fc6d87a627e26d381978900e4e401023fc420c (diff)
downloadapr-75a593c4ca68a0fe9fc1b93ca63d9e2d85085efd.tar.gz
Complete corrections to r649208; there was no cause to expose tlhelp32.h
to the public API. Forward port r780921 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@780924 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 a25ef358f..5a0410106 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 8bafd05be..44d3776e5 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;