Author: wrowe Date: Tue Jun 2 03:10:27 2009 New Revision: 780921 URL: http://svn.apache.org/viewvc?rev=780921&view=rev Log: Complete corrections to r649208; there was no cause to expose tlhelp32.h to the public API. Modified: apr/apr/branches/1.3.x/include/apr.hw apr/apr/branches/1.3.x/include/arch/win32/apr_arch_misc.h Modified: apr/apr/branches/1.3.x/include/apr.hw URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/include/apr.hw?rev=780921&r1=780920&r2=780921&view=diff ============================================================================== --- apr/apr/branches/1.3.x/include/apr.hw (original) +++ apr/apr/branches/1.3.x/include/apr.hw Tue Jun 2 03:10:27 2009 @@ -100,7 +100,6 @@ #include #include #include -#include #else #include #endif Modified: apr/apr/branches/1.3.x/include/arch/win32/apr_arch_misc.h URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/include/arch/win32/apr_arch_misc.h?rev=780921&r1=780920&r2=780921&view=diff ============================================================================== --- apr/apr/branches/1.3.x/include/arch/win32/apr_arch_misc.h (original) +++ apr/apr/branches/1.3.x/include/arch/win32/apr_arch_misc.h Tue Jun 2 03:10:27 2009 @@ -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;