From 215041204d73ad1ed4409b71893f71f1737d81f3 Mon Sep 17 00:00:00 2001 From: wrowe Date: Tue, 2 Jun 2009 03:10:27 +0000 Subject: 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 --- include/apr.hw | 1 - include/arch/win32/apr_arch_misc.h | 3 ++- 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 #include #include -#include #else #include #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 #endif - +#ifndef _WIN32_WCE #include +#endif struct apr_other_child_rec_t { apr_pool_t *p; -- cgit v1.2.1